Class Run
Inherited Members
System.Object.ToString()
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.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class Run : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
Run()
Declaration
public Run()
Properties
Empty
FlowDirection
FontFamily
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
FontStyle
FontWeight
Foreground
Declaration
public SolidBrush Foreground { get; set; }
Property Value
System.Drawing.SolidBrush
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|