Class SectionProperties
Defines a set of properties which will be applied when a page is created.
Inheritance
System.Object
SectionProperties
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.Windows.Documents.Fixed.Model.Editing.Flow
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class SectionProperties
Constructors
SectionProperties()
Properties
PageMargins
Gets or sets the page margins.
Declaration
public Padding PageMargins { get; set; }
Property Value
Padding
The page margins. |
PageRotation
Gets or sets the page rotation.
Declaration
public Rotation PageRotation { get; set; }
Property Value
Rotation
The page rotation. |
PageSize
Gets or sets the size of the page.
Declaration
public Size PageSize { get; set; }
Property Value
System.Windows.Size
The size of the page. |
Methods
CopyPropertiesFrom(SectionProperties)
Copies the properties from.
Declaration
public void CopyPropertiesFrom(SectionProperties fromProperties)
Parameters
SectionProperties
fromProperties
From properties. |