Class MarginsTabViewModel
Represents the margins tab view model.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class MarginsTabViewModel : PageSetupTabViewModelBase
Properties
Bottom
Gets or sets the bottom margin.
Declaration
public Nullable<double> Bottom { get; set; }
Property Value
System.Nullable<System.Double>
The bottom margin. |
CenterHorizontally
Gets or sets the value indicating whether to center horizontally.
Declaration
public Nullable<bool> CenterHorizontally { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether to center horizontally. |
CenterVertically
Gets or sets the value indicating whether to center vertically.
Declaration
public Nullable<bool> CenterVertically { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether to center horizontally. |
Footer
Header
Gets or sets the header margin.
Declaration
public Nullable<double> Header { get; set; }
Property Value
System.Nullable<System.Double>
The header margin. |
IsCenterOnPageEnabled
Gets or sets the value indicating whether centering on page is enabled.
Declaration
public bool IsCenterOnPageEnabled { get; set; }
Property Value
System.Boolean
The value indicating whether centering on page is enabled. |
Left
Gets or sets the left margin.
Declaration
public Nullable<double> Left { get; set; }
Property Value
System.Nullable<System.Double>
The left margin. |
MarginsImage
Gets or sets the margins image.
Declaration
public BitmapImage MarginsImage { get; set; }
Property Value
System.Windows.Media.Imaging.BitmapImage
The margins image. |
Right
Gets or sets the right margin.
Declaration
public Nullable<double> Right { get; set; }
Property Value
System.Nullable<System.Double>
The right margin. |
SmallChange
Gets or sets the small change.
Declaration
public double SmallChange { get; set; }
Property Value
System.Double
The small change. |
TabHeader
Gets the tab header.
Declaration
public override string TabHeader { get; }
Property Value
System.String
The tab header. |
Overrides
Top
Gets or sets the top margin.
Declaration
public Nullable<double> Top { get; set; }
Property Value
System.Nullable<System.Double>
The top margin. |
Methods
CopyPropertiesFromContext()
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext()
Overrides
CopyPropertiesToContext()
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext()