Interface IStyleAttribute
Style attribute interface.
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public interface IStyleAttribute
Properties
Style
Gets or sets the style.
Declaration
Style Style { get; set; }
Property Value
Type | Description |
---|---|
Style | The style. |