Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFonts Class / Mutable Property


In This Topic
    Mutable Property (ThemeFonts)
    In This Topic
    Indicates that we can modify the themeFonts
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Mutable As Boolean
    'Usage
     
    
    Dim instance As ThemeFonts
    Dim value As Boolean
     
    value = instance.Mutable
    public bool Mutable {get;}
    See Also