Class ConditionalTableStyleInfo
Inheritance
System.Object
ConditionalTableStyleInfo
Inherited Members
System.Object.ToString()
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 ConditionalTableStyleInfo
Constructors
ConditionalTableStyleInfo()
Declaration
public ConditionalTableStyleInfo()
ConditionalTableStyleInfo(ConditionalTableStyleTypes, StyleDefinition)
Declaration
public ConditionalTableStyleInfo(ConditionalTableStyleTypes type, StyleDefinition style)
Parameters
ConditionalTableStyleTypes
type
|
StyleDefinition
style
|
Properties
Style
Declaration
[XamlCompositePropertySerializable]
public StyleDefinition Style { get; set; }
Property Value
StyleDefinition
|
Type
Declaration
[XamlSerializable]
public ConditionalTableStyleTypes Type { get; set; }
Property Value
ConditionalTableStyleTypes
|