New to Telerik UI for WPFStart a free 30-day trial

Represents the margins tab view model.

Definition

Properties

Gets or sets the bottom margin.

C#
public double? Bottom { get; set; }
Property Value:

The bottom margin.

Gets or sets the value indicating whether to center horizontally.

C#
public bool? CenterHorizontally { get; set; }
Property Value:

The value indicating whether to center horizontally.

Gets or sets the value indicating whether to center vertically.

C#
public bool? CenterVertically { get; set; }
Property Value:

The value indicating whether to center horizontally.

Gets or sets the footer margin.

C#
public double? Footer { get; set; }
Property Value:

The footer margin.

Gets or sets the header margin.

C#
public double? Header { get; set; }
Property Value:

The header margin.

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

C#
public bool IsCenterOnPageEnabled { get; set; }
Property Value:

The value indicating whether centering on page is enabled.

Gets or sets the left margin.

C#
public double? Left { get; set; }
Property Value:

The left margin.

MarginsImage

BitmapImage

Gets or sets the margins image.

C#
public BitmapImage MarginsImage { get; set; }
Property Value:

The margins image.

Gets or sets the right margin.

C#
public double? Right { get; set; }
Property Value:

The right margin.

Gets or sets the small change.

C#
public double SmallChange { get; set; }
Property Value:

The small change.

Gets the tab header.

C#
public override string TabHeader { get; }
Property Value:

The tab header.

Overrides: PageSetupTabViewModelBase.TabHeader

Gets or sets the top margin.

C#
public double? Top { get; set; }
Property Value:

The top margin.

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext()

Overrides: PageSetupTabViewModelBase.CopyPropertiesFromContext()

Copies the properties to context.

C#
public override void CopyPropertiesToContext()

Overrides: PageSetupTabViewModelBase.CopyPropertiesToContext()