New to Telerik Document ProcessingStart a free 30-day trial

Outline

Class

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:

C#
public class Outline

Inheritance: objectOutline

Methods

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

C#
public Outline Clone()
Returns:

Outline

The deep copy of the object.

Properties

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

C#
public Fill Fill { get; set; }

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

C#
public double? Width { get; set; }
In this article
DefinitionMethodsClone()PropertiesFillWidth
Not finding the help you need?
Contact Support