Class TextWrappingProperties
Inheritance
System.Object
TextWrappingProperties
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.FloatingBlockProperties
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TextWrappingProperties : UserControl
Constructors
TextWrappingProperties()
Declaration
public TextWrappingProperties()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
GetMargin()
GetTextWrap()
GetWrappingStyle()
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnWrappingStyleChanged()
Declaration
protected void OnWrappingStyleChanged()
Events
WrappingStyleChanged
Declaration
public event EventHandler WrappingStyleChanged
Event Type
System.EventHandler
|