ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / RuleItemStyle Class / Glyph Property

In This Topic
    Glyph Property (RuleItemStyle)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the glyph button.
    Syntax
    'Declaration
     
    
    Public Property Glyph As ClickableElementStyle
    public ClickableElementStyle Glyph {get; set;}
    See Also