Class ThickLineDecoration
Inheritance
System.Object
ThickLineDecoration
Inherited Members
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.UI.TextDecorations.DecorationProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ThickLineDecoration : IUnderlineUIDecorationProvider, IDecorationUIProvider, IDecorationInfoProvider
Constructors
ThickLineDecoration()
Declaration
public ThickLineDecoration()
ThickLineDecoration(DoubleCollection)
Declaration
public ThickLineDecoration(DoubleCollection strokeDashArray)
Parameters
System.Windows.Media.DoubleCollection
strokeDashArray
|
Properties
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; }
Property Value
System.Windows.Media.DoubleCollection
|
Methods
CreateDecorationUI(RectangleF, Color)
Declaration
public UIElement CreateDecorationUI(RectangleF currentRectangle, Color color)
Parameters
RectangleF
currentRectangle
|
System.Windows.Media.Color
color
|
Returns
System.Windows.UIElement
|
Implements
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()