MarginsTabViewModel
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
Gets or sets the bottom margin.
public double? Bottom { get; set; }
The bottom margin.
Gets or sets the value indicating whether to center horizontally.
public bool? CenterHorizontally { get; set; }
The value indicating whether to center horizontally.
Gets or sets the value indicating whether to center vertically.
public bool? CenterVertically { get; set; }
The value indicating whether to center horizontally.
Gets or sets the footer margin.
public double? Footer { get; set; }
The footer margin.
Gets or sets the header margin.
public double? Header { get; set; }
The header margin.
Gets or sets the value indicating whether centering on page is enabled.
public bool IsCenterOnPageEnabled { get; set; }
The value indicating whether centering on page is enabled.
Gets or sets the left margin.
public double? Left { get; set; }
The left margin.
MarginsImage
BitmapImage
Gets or sets the margins image.
public BitmapImage MarginsImage { get; set; }
The margins image.
Gets or sets the right margin.
public double? Right { get; set; }
The right margin.
Gets or sets the small change.
public double SmallChange { get; set; }
The small change.
Gets the tab header.
public override string TabHeader { get; }
The tab header.
Overrides:
Methods
Copies the properties from context.
public override void CopyPropertiesFromContext()
Overrides:
Copies the properties to context.
public override void CopyPropertiesToContext()
Overrides: