Class SpanProperties
Inherited Members
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.WinForms.Documents.Model.Styles
Assembly: Telerik.WinControls.RichTextEditor.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
BaselineAlignment
|
FlowDirection
Declaration
[XamlSerializable]
public FlowDirection FlowDirection { get; set; }
Property Value
FlowDirection
|
FontFamily
FontSize
Declaration
[XamlSerializable]
public double FontSize { get; set; }
Property Value
System.Double
|
FontStyle
FontWeight
ForeColor
HighlightColor
ParagraphSymbolStyleName
Declaration
[XamlSerializable("")]
public string ParagraphSymbolStyleName { get; set; }
Property Value
System.String
|
Strikethrough
Declaration
[XamlSerializable]
public bool Strikethrough { get; set; }
Property Value
System.Boolean
|
Tag
Declaration
[XamlSerializable("")]
public string Tag { get; set; }
Property Value
System.String
|
ThemeFontFamily
Declaration
[XamlSerializable(ThemeFontsEnum.none)]
public ThemeFontsEnum ThemeFontFamily { get; set; }
Property Value
ThemeFontsEnum
|
ThemeForeColor
Declaration
[XamlSerializable(ThemeColorsEnum.none)]
public ThemeColorsEnum ThemeForeColor { get; set; }
Property Value
ThemeColorsEnum
|
ThemeForeColorShade
Declaration
[XamlSerializable]
public string ThemeForeColorShade { get; set; }
Property Value
System.String
|
ThemeForeColorTint
Declaration
[XamlSerializable]
public string ThemeForeColorTint { get; set; }
Property Value
System.String
|
ThemeUnderlineColor
Declaration
[XamlSerializable(ThemeColorsEnum.none)]
public ThemeColorsEnum ThemeUnderlineColor { get; set; }
Property Value
ThemeColorsEnum
|
ThemeUnderlineColorShade
Declaration
[XamlSerializable]
public string ThemeUnderlineColorShade { get; set; }
Property Value
System.String
|
ThemeUnderlineColorTint
Declaration
[XamlSerializable]
public string ThemeUnderlineColorTint { get; set; }
Property Value
System.String
|
UnderlineColor
UnderlineDecoration
Declaration
[XamlSerializable]
public IUnderlineUIDecorationProvider UnderlineDecoration { get; set; }
Property Value
IUnderlineUIDecorationProvider
|
Methods
CreateInstance()
Declaration
protected override DocumentElementPropertiesBase CreateInstance()
Returns
DocumentElementPropertiesBase
|
Overrides
InitProperties()
Declaration
protected override void InitProperties()
Overrides
ValidateStyleType(StyleDefinition)
Declaration
protected override void ValidateStyleType(StyleDefinition value)
Parameters
StyleDefinition
value
|