Class MarginsTabViewModel
Represents the margins tab view model.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class MarginsTabViewModel : PageSetupTabViewModelBase, INotifyPropertyChanged
Properties
Bottom
Gets or sets the bottom margin.
Declaration
public 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 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 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 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 double? Left { get; set; }
Property Value
System.Nullable<System.Double>
The left margin. |
MarginsImage
Gets or sets the margins image.
Declaration
public Image MarginsImage { get; set; }
Property Value
System.Drawing.Image
The margins image. |
Right
Gets or sets the right margin.
Declaration
public 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 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()