ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTText Interface / BorderShading Property




In This Topic
    BorderShading Property (IImGearARTText)
    In This Topic
    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