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