Class
Outline

Stroke settings for a shape’s border, including fill and line width in points.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Theming

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public class Outline

Inheritance: objectOutline

Properties

Fill

Gets or sets the stroke fill used to draw the outline, such as a solid color.

Declaration

cs-api-definition
public Fill Fill { get; set; }

Property Value

Fill

Width

Gets or sets the outline width in points, affecting visual thickness.

Declaration

cs-api-definition
public double? Width { get; set; }

Property Value

double?

Methods

Clone()

Create a deep copy of the outline, duplicating fill and width settings.

Declaration

cs-api-definition
public Outline Clone()

Returns

Outline

The deep copy of the object.

In this article
DefinitionPropertiesFillWidthMethodsClone()
Not finding the help you need?
Contact Support