Specifies the Left and the Right margin for the text.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

C#
public int TextMarginLeftRight { get; set; }
Visual Basic (Declaration)
Public Property TextMarginLeftRight As Integer
Visual C++
public:
property int TextMarginLeftRight {
	int get ();
	void set (int value);
}

See Also