Class Outline
Stroke settings for a shape’s border, including fill and line width in points.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class Outline
Properties
Fill
Gets or sets the stroke fill used to draw the outline, such as a solid color.
Declaration
public Fill Fill { get; set; }
Property Value
|
Fill
|
Width
Gets or sets the outline width in points, affecting visual thickness.
Declaration
public double? Width { get; set; }
Property Value
|
System.Nullable<System.Double>
|
Methods
Clone()
Create a deep copy of the outline, duplicating fill and width settings.
Declaration
public Outline Clone()
Returns
|
Outline
The deep copy of the object. |