Class WaveDecoration
Inheritance
System.Object
WaveDecoration
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.WinForms.Documents.UI.TextDecorations.DecorationProviders
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class WaveDecoration : IUnderlineUIDecorationProvider, IDecorationUIProvider, IDecorationInfoProvider
Constructors
WaveDecoration()
Declaration
public WaveDecoration()
Methods
CreateDecorationUI(RectangleF, Color)
Declaration
public UIElement CreateDecorationUI(RectangleF currentRectangle, Color color)
Parameters
RectangleF
currentRectangle
|
Color
color
|
Returns
UIElement
|
Implements
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()