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
Properties
Gets or sets the stroke fill used to draw the outline, such as a solid color.
C#
public Fill Fill { get; set; }