ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Style Class / BaseOn Property






In This Topic
    BaseOn Property
    In This Topic
    Gets or sets the the base style that this style inherits from.
    Syntax
    'Declaration
     
    
    Public Property BaseOn As Style
    'Usage
     
    
    Dim instance As Style
    Dim value As Style
     
    instance.BaseOn = value
     
    value = instance.BaseOn
    public Style BaseOn {get; set;}
    public read-write property BaseOn: Style; 
    public function get,set BaseOn : Style
    public: __property Style* get_BaseOn();
    public: __property void set_BaseOn( 
       Style* value
    );
    public:
    property Style^ BaseOn {
       Style^ get();
       void set (    Style^ value);
    }
    See Also