Class
MarginsTabViewModel

Represents the margins tab view model.

Definition

Properties

Bottom

Gets or sets the bottom margin.

Declaration

cs-api-definition
public double? Bottom { get; set; }

Property Value

double?

The bottom margin.

CenterHorizontally

Gets or sets the value indicating whether to center horizontally.

Declaration

cs-api-definition
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

cs-api-definition
public bool? CenterVertically { get; set; }

Property Value

bool?

The value indicating whether to center horizontally.

Gets or sets the footer margin.

Declaration

cs-api-definition
public double? Footer { get; set; }

Property Value

double?

The footer margin.

Header

Gets or sets the header margin.

Declaration

cs-api-definition
public double? Header { get; set; }

Property Value

double?

The header margin.

IsCenterOnPageEnabled

Gets or sets the value indicating whether centering on page is enabled.

Declaration

cs-api-definition
public bool IsCenterOnPageEnabled { get; set; }

Property Value

bool

The value indicating whether centering on page is enabled.

Left

Gets or sets the left margin.

Declaration

cs-api-definition
public double? Left { get; set; }

Property Value

double?

The left margin.

MarginsImage

Gets or sets the margins image.

Declaration

cs-api-definition
public BitmapImage MarginsImage { get; set; }

Property Value

BitmapImage

The margins image.

Right

Gets or sets the right margin.

Declaration

cs-api-definition
public double? Right { get; set; }

Property Value

double?

The right margin.

SmallChange

Gets or sets the small change.

Declaration

cs-api-definition
public double SmallChange { get; set; }

Property Value

double

The small change.

TabHeader

Gets the tab header.

Declaration

cs-api-definition
public override string TabHeader { get; }

Property Value

string

The tab header.

Overrides PageSetupTabViewModelBase.TabHeader

Top

Gets or sets the top margin.

Declaration

cs-api-definition
public double? Top { get; set; }

Property Value

double?

The top margin.

Methods

CopyPropertiesFromContext()

Copies the properties from context.

Declaration

cs-api-definition
public override void CopyPropertiesFromContext()

Overrides PageSetupTabViewModelBase.CopyPropertiesFromContext()

CopyPropertiesToContext()

Copies the properties to context.

Declaration

cs-api-definition
public override void CopyPropertiesToContext()

Overrides PageSetupTabViewModelBase.CopyPropertiesToContext()