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


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