ImageGear .NET v24.12 - Updated
BaseLine Property (ImGearVectorEntityText)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityText Class : BaseLine Property
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

Reference

ImGearVectorEntityText Class
ImGearVectorEntityText Members