BaseLine Property (ImGearVectorEntityText)
In This Topic
Gets or sets a base line angle for the whole text string.
Syntax
'Declaration
Public Property BaseLine As Single
'Usage
Dim instance As ImGearVectorEntityText
Dim value As Single
instance.BaseLine = value
value = instance.BaseLine
public float BaseLine {get; set;}
public: __property float get_BaseLine();
public: __property void set_BaseLine(
float value
);
public:
property float BaseLine {
float get();
void set ( float value);
}
Property Value
Any value in the range of -2*PI ... 2*PI.
See Also