WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IClipingAttribute - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved