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