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