Interface IClipingAttribute
Contains clipping members.
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IClipingAttribute
Properties
ClipPath
Gets or sets the identifier of 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. |