Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ShapeStateEventArgs Class / WordArtEffect Property


In This Topic
    WordArtEffect Property
    In This Topic
    Gets a boolean value indicating whether the shape's WordArt effect is changed.
    Syntax
    'Declaration
     
    
    Public Property WordArtEffect As Boolean
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As Boolean
     
    instance.WordArtEffect = value
     
    value = instance.WordArtEffect
    public bool WordArtEffect {get; set;}
    See Also