ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / ClickableElementStyle Class / Default Property

In This Topic
    Default Property (ClickableElementStyle)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the element in the default state.
    Syntax
    'Declaration
     
    
    Public Shadows Property Default As StateElementStyle
    public new StateElementStyle Default {get; set;}
    See Also