ClassSpanProperties
Definition
Namespace:Telerik.WinForms.Documents.Model.Styles
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class SpanProperties : DocumentElementPropertiesBase, IElementWithStyle
Inheritance: objectDocumentElementPropertiesBaseSpanProperties
Implements:
Inherited Members
Constructors
SpanProperties(DocumentElement)
Declaration
public SpanProperties(DocumentElement owner)
Parameters
owner
SpanProperties(StyleDefinition)
Declaration
public SpanProperties(StyleDefinition owner)
Parameters
owner
Properties
BaselineAlignment
Declaration
[XamlSerializable]
public BaselineAlignment BaselineAlignment { get; set; }
Property Value
FlowDirection
Declaration
[XamlSerializable]
public FlowDirection FlowDirection { get; set; }
Property Value
FontFamily
Declaration
[XamlSerializable]
public FontFamily FontFamily { get; set; }
Property Value
FontSize
Declaration
[XamlSerializable]
public double FontSize { get; set; }
Property Value
FontStyle
Declaration
[XamlSerializable]
public FontStyle FontStyle { get; set; }
Property Value
FontWeight
Declaration
[XamlSerializable]
public FontWeight FontWeight { get; set; }
Property Value
ForeColor
Declaration
[XamlSerializable]
public Color ForeColor { get; set; }
Property Value
HighlightColor
Declaration
[XamlSerializable]
public Color HighlightColor { get; set; }
Property Value
Strikethrough
Declaration
[XamlSerializable]
public bool Strikethrough { get; set; }
Property Value
ThemeFontFamily
Declaration
[XamlSerializable(ThemeFontsEnum.none)]
public ThemeFontsEnum ThemeFontFamily { get; set; }
Property Value
ThemeForeColor
Declaration
[XamlSerializable(ThemeColorsEnum.none)]
public ThemeColorsEnum ThemeForeColor { get; set; }
Property Value
ThemeForeColorShade
Declaration
[XamlSerializable]
public string ThemeForeColorShade { get; set; }
Property Value
ThemeForeColorTint
Declaration
[XamlSerializable]
public string ThemeForeColorTint { get; set; }
Property Value
ThemeUnderlineColor
Declaration
[XamlSerializable(ThemeColorsEnum.none)]
public ThemeColorsEnum ThemeUnderlineColor { get; set; }
Property Value
ThemeUnderlineColorShade
Declaration
[XamlSerializable]
public string ThemeUnderlineColorShade { get; set; }
Property Value
ThemeUnderlineColorTint
Declaration
[XamlSerializable]
public string ThemeUnderlineColorTint { get; set; }
Property Value
UnderlineColor
Declaration
[XamlSerializable]
public Color UnderlineColor { get; set; }
Property Value
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
value
Overrides