ImageGear .NET - Updated
BorderShading Property (IImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTText Interface : BorderShading Property
Gets or sets a value indicating whether the border is shaded or not.
Syntax
'Declaration
 
Property BorderShading As Boolean
'Usage
 
Dim instance As IImGearARTText
Dim value As Boolean
 
instance.BorderShading = value
 
value = instance.BorderShading
bool BorderShading {get; set;}
__property bool get_BorderShading();
__property void set_BorderShading( 
   bool value
);
property bool BorderShading {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearARTText Interface
IImGearARTText Members