RichTextBox
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class RichTextBox : Control, IAutomationPeer, IPeerConverter, IRichTextBox, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRichTextBox...
Implements:
Inherited Members
Constructors
C#
public RichTextBox()
Fields
C#
public static AutomationProperty AcceptsReturnProperty
C#
public static AutomationProperty CaretBrushProperty
C#
public static AutomationProperty IsReadOnlyProperty
C#
public static AutomationProperty TextAlignmentProperty
C#
public static AutomationProperty TextWrappingProperty
Properties
C#
public bool AcceptsReturn { get; set; }
C#
public Brush CaretBrush { get; set; }
C#
public bool IsReadOnly { get; set; }
C#
public TextAlignment TextAlignment { get; set; }
C#
public TextWrapping TextWrapping { get; set; }