Gets and sets the minimum width, in pixels, of the smallest expected zone of inverse text.
Syntax
public int MinimumAreaWidth {get; set;}
public: __property int get_MinimumAreaWidth();
public: __property void set_MinimumAreaWidth(
int value
);
public:
property int MinimumAreaWidth {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumAreaWidth As Integer
'Usage
Dim instance As InverseTextOptions
Dim value As Integer
instance.MinimumAreaWidth = value
value = instance.MinimumAreaWidth
See Also