Class Outline
Represents the outline of an object.
Inheritance
System.Object
Outline
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 Outline
Properties
Fill
Gets or sets the fill of the outline.
Declaration
public Fill Fill { get; set; }
Property Value
Fill
|
Width
Gets ot sets the width of the line in points.
Declaration
public double? Width { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public Outline Clone()
Returns
Outline
The deep copy of the object. |