Class DeclarationOrigin
Defines different types of origin of styles.
Inheritance
System.Object
DeclarationOrigin
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class DeclarationOrigin : Enum
Fields
DefaultStylesheet
The default stylesheet.
Declaration
public const DeclarationOrigin DefaultStylesheet
Field Value
InlineStyle
The inline style.
Declaration
public const DeclarationOrigin InlineStyle
Field Value
UserStylesheet
The user stylesheet.
Declaration
public const DeclarationOrigin UserStylesheet
Field Value
value__
Declaration
public int value__
Field Value
System.
|