Class SpanProperties
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SpanProperties : DocumentElementPropertiesBase, IElementWithStyle
Constructors
SpanProperties()
Declaration
public SpanProperties()
SpanProperties(DocumentElement)
SpanProperties(StyleDefinition)
Properties
BaselineAlignment
Declaration
[XamlSerializable]
public BaselineAlignment BaselineAlignment { get; set; }
Property Value
FlowDirection
Declaration
[XamlSerializable]
public FlowDirection FlowDirection { get; set; }
Property Value
System.
|
FontFamily
Declaration
[XamlSerializable]
public FontFamily FontFamily { get; set; }
Property Value
System.
|
FontSize
Declaration
[XamlSerializable]
public double FontSize { get; set; }
Property Value
System.
|
FontStyle
Declaration
[XamlSerializable]
public FontStyle FontStyle { get; set; }
Property Value
System.
|
FontWeight
Declaration
[XamlSerializable]
public FontWeight FontWeight { get; set; }
Property Value
System.
|
ForeColor
Declaration
[XamlSerializable]
public Color ForeColor { get; set; }
Property Value
System.
|
HighlightColor
Declaration
[XamlSerializable]
public Color HighlightColor { get; set; }
Property Value
System.
|
ParagraphSymbolStyleName
Declaration
[XamlSerializable("")]
public string ParagraphSymbolStyleName { get; set; }
Property Value
System.
|
Strikethrough
Declaration
[XamlSerializable]
public bool Strikethrough { get; set; }
Property Value
System.
|
Tag
Declaration
[XamlSerializable("")]
public string Tag { get; set; }
Property Value
System.
|
ThemeFontFamily
Declaration
[XamlSerializable]
public ThemeFontsEnum ThemeFontFamily { get; set; }
Property Value
ThemeForeColor
Declaration
[XamlSerializable]
public ThemeColorsEnum ThemeForeColor { get; set; }
Property Value
ThemeForeColorShade
Declaration
[XamlSerializable]
public string ThemeForeColorShade { get; set; }
Property Value
System.
|
ThemeForeColorTint
Declaration
[XamlSerializable]
public string ThemeForeColorTint { get; set; }
Property Value
System.
|
ThemeUnderlineColor
Declaration
[XamlSerializable]
public ThemeColorsEnum ThemeUnderlineColor { get; set; }
Property Value
ThemeUnderlineColorShade
Declaration
[XamlSerializable]
public string ThemeUnderlineColorShade { get; set; }
Property Value
System.
|
ThemeUnderlineColorTint
Declaration
[XamlSerializable]
public string ThemeUnderlineColorTint { get; set; }
Property Value
System.
|
UnderlineColor
Declaration
[XamlSerializable]
public Color UnderlineColor { get; set; }
Property Value
System.
|
UnderlineDecoration
Declaration
[XamlSerializable]
public IUnderlineUIDecorationProvider UnderlineDecoration { get; set; }
Property Value
Methods
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides
ValidateStyleType(StyleDefinition)
Declaration
protected override void ValidateStyleType(StyleDefinition value)
Parameters
Style
|