Interface IStyleHolder
Interface publishes base functionality for style holders
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface IStyleHolder
Properties
StyleName
Gets style name.
Declaration
string StyleName { get; }
Property Value
Type |
---|
System.String |
Methods
ApplyStyle(String)
Applies a new style.
Declaration
void ApplyStyle(string styleName)
Parameters
Type | Name | Description |
---|---|---|
System.String | styleName |