Gets or sets a value indicating whether the border is shaded or not.
Syntax
bool BorderShading {get; set;}
__property bool get_BorderShading();
__property void set_BorderShading(
bool value
);
property bool BorderShading {
bool get();
void set ( bool value);
}
'Declaration
Property BorderShading As Boolean
'Usage
Dim instance As IImGearARTText
Dim value As Boolean
instance.BorderShading = value
value = instance.BorderShading
Property Value
Boolean value.
See Also