Interface IRadDrawingMLRun
Namespace: Telerik.Windows.Documents.UI.TextBlocks
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IRadDrawingMLRun
Properties
DashPattern
Declaration
DoubleCollection DashPattern { get; set; }
Property Value
System.
|
OutlineBrush
Declaration
Brush OutlineBrush { get; set; }
Property Value
System.
|
OutlineWidth
Declaration
double OutlineWidth { get; set; }
Property Value
System.
|
TextBrush
Declaration
Brush TextBrush { get; set; }
Property Value
System.
|