Class SectionColumnSerializationData
This class supports XAML serialization infrastructure and is not intended to be used directly from your code.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Internal
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SectionColumnSerializationData
Constructors
SectionColumnSerializationData()
Declaration
public SectionColumnSerializationData()
SectionColumnSerializationData(Double)
Declaration
public SectionColumnSerializationData(double width)
Parameters
System.Double
width
|
SectionColumnSerializationData(Double, Double)
Declaration
public SectionColumnSerializationData(double width, double spacingAfter)
Parameters
System.Double
width
|
System.Double
spacingAfter
|
SectionColumnSerializationData(SectionColumn)
Declaration
public SectionColumnSerializationData(SectionColumn sectionColumn)
Parameters
SectionColumn
sectionColumn
|
Properties
SpacingAfter
This property supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
[XamlSerializable(0)]
public double SpacingAfter { get; set; }
Property Value
System.Double
|
Width
This property supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
[XamlSerializable(0)]
public double Width { get; set; }
Property Value
System.Double
|