Interface IClipingAttribute
Clipping attribute interface.
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public interface IClipingAttribute
Properties
ClipPath
Gets or sets the clip path.
Declaration
string ClipPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The clip path. |
ClipRule
Gets or sets the clip rule.
Declaration
EClipRule ClipRule { get; set; }
Property Value
| Type | Description |
|---|---|
| EClipRule | The clip rule. |