Class Clipping
Represents a clipping element that defines a clipping region for content within a fixed document.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Clipping : ContentElementBase, IFixedDocumentElement, IContextClonable<Clipping>
Constructors
Clipping()
Declaration
public Clipping()
Properties
Clip
Gets or sets the geometry that defines the clipping region.
Declaration
public GeometryBase Clip { get; set; }
Property Value
GeometryBase
The clipping geometry. |