[]
Control used to configure the margin options for FlexPivot report.
[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
| Name | Description |
|---|---|
| PivotMarginOptions() | Initializes a new instance of the PivotMarginOptions class. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the PivotMarginOptions class. |
| OnApplyTemplate() |