Class NoneLineDecoration
Inheritance
System.Object
NoneLineDecoration
Namespace: Telerik.Windows.Documents.UI.TextDecorations.DecorationProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
public class NoneLineDecoration : Object, IUnderlineUIDecorationProvider, IDecorationUIProvider, IDecorationInfoProvider
Constructors
NoneLineDecoration()
Declaration
public NoneLineDecoration()
Methods
CreateDecorationUI(RectangleF, Color)
Declaration
public UIElement CreateDecorationUI(RectangleF currentRectangle, Color color)
Parameters
RectangleF
currentRectangle
|
System.Windows.Media.Color
color
|
Returns
System.Windows.UIElement
|