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