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


In This Topic
    Font Property (ShapeStateEventArgs)
    In This Topic
    Gets the changed attributes of shape's font.
    Syntax
    'Declaration
     
    
    Public Property Font As FontAttributes
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As FontAttributes
     
    instance.Font = value
     
    value = instance.Font
    public FontAttributes Font {get; set;}
    See Also