ClassMarginsTabViewModel
Represents the margins tab view model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class MarginsTabViewModel : PageSetupTabViewModelBase
Inheritance: objectDialogViewModelBase<PageSetupDialogContext>PageSetupTabViewModelBaseMarginsTabViewModel
Inherited Members
Properties
Bottom
Gets or sets the bottom margin.
Declaration
public double? Bottom { get; set; }
Property Value
The bottom margin.
CenterHorizontally
Gets or sets the value indicating whether to center horizontally.
Declaration
public bool? CenterHorizontally { get; set; }
Property Value
bool?
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
bool?
The value indicating whether to center horizontally.
Footer
Gets or sets the footer margin.
Declaration
public double? Footer { get; set; }
Property Value
The footer margin.
Header
Gets or sets the header margin.
Declaration
public double? Header { get; set; }
Property Value
The header margin.
IsCenterOnPageEnabled
Gets or sets the value indicating whether centering on page is enabled.
Declaration
public bool IsCenterOnPageEnabled { get; set; }
Property Value
The value indicating whether centering on page is enabled.
Left
Gets or sets the left margin.
Declaration
public double? Left { get; set; }
Property Value
The left margin.
MarginsImage
Gets or sets the margins image.
Declaration
public BitmapImage MarginsImage { get; set; }
Property Value
BitmapImage
The margins image.
Right
Gets or sets the right margin.
Declaration
public double? Right { get; set; }
Property Value
The right margin.
SmallChange
Gets or sets the small change.
Declaration
public double SmallChange { get; set; }
Property Value
The small change.
TabHeader
Gets the tab header.
Declaration
public override string TabHeader { get; }
Property Value
The tab header.
Overrides
Methods
CopyPropertiesFromContext()
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext()
Overrides
CopyPropertiesToContext()
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext()
Overrides