Class NoFill
Represents the lack of fill of an object.
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.Model.Drawing.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class NoFill : Fill
Constructors
NoFill()
Declaration
public NoFill()
Methods
Clone()
Creates a deep copy of the object.
Declaration
public override Fill Clone()
Returns
Fill
The deep copy of the object. |