Interface IStyle
Interface publishes base style functionality
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface IStyle
Properties
Name
Gets style name.
Declaration
string Name { get; set; }
Property Value
Type |
---|
System.String |
Methods
Clone(IDocument)
Clones itself.
Declaration
IStyle Clone(IDocument document)
Parameters
Type | Name | Description |
---|---|---|
IDocument | document |
Returns
Type |
---|
IStyle |