WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IClipingAttribute

    Show / Hide Table of Contents

    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.

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