[]
        
(Showing Draft Content)

C1.WPF.Pivot.PivotMarginOptions

PivotMarginOptions Class

Control used to configure the margin options for FlexPivot report.

Inheritance
PivotMarginOptions
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "TopMarginEditor", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "LeftMarginEditor", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "BottomMarginEditor", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "RightMarginEditor", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "TopPaddingEditor", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "LeftPaddingEditor", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "BottomPaddingEditor", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "RightPaddingEditor", Type = typeof(C1NumericBox))]
public class PivotMarginOptions : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
PivotMarginOptions()

Initializes a new instance of the PivotMarginOptions class.

Fields

Name Description
BottomMarginProperty

Identifies the BottomMargin dependency property.

BottomPaddingProperty

Identifies the BottomPadding dependency property.

LeftMarginProperty

Identifies the LeftMargin dependency property.

LeftPaddingProperty

Identifies the LeftPadding dependency property.

RightMarginProperty

Identifies the RightMargin dependency property.

RightPaddingProperty

Identifies the RightPadding dependency property.

TopMarginProperty

Identifies the TopMargin dependency property.

TopPaddingProperty

Identifies the TopPadding dependency property.

Properties

Name Description
BottomMargin

Gets or sets the bottom margin.

BottomPadding

Gets or sets the bottom padding.

IsDisposed

Gets whether this instance is disposed.

LeftMargin

Gets or sets the left margin.

LeftPadding

Gets or sets the left padding.

RightMargin

Gets or sets the right margin.

RightPadding

Gets or sets the right padding.

TopMargin

Gets or sets the top margin.

TopPadding

Gets or sets the top padding.

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the PivotMarginOptions class.

OnApplyTemplate()