Class InlineModalDecorator
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
Provides a host for InlineModalDialogs.
[StyleTypedProperty(Property = "BlurrerStyle", StyleTargetType = typeof(Border))]
public class InlineModalDecorator : Decorator, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
InlineModalDecorator
- Implements
- Inherited Members
- Extension Methods
Constructors
InlineModalDecorator()
Initializes a new instance of the InlineModalDecorator class.
public InlineModalDecorator()
Fields
BlurrerStyleProperty
Identifies the BlurrerStyle dependency property.
public static readonly DependencyProperty BlurrerStyleProperty
Field Value
ModalCountProperty
Identifies the ModalCount dependency property.
public static readonly DependencyProperty ModalCountProperty
Field Value
TargetProperty
Identifies the Target dependency property.
public static readonly DependencyProperty TargetProperty
Field Value
Properties
BlurrerStyle
Gets or sets the blurrer style.
public Style BlurrerStyle { get; set; }
Property Value
- Style
The blurrer style.
Child
Gets or sets the child element.
public override UIElement Child { get; set; }
Property Value
LogicalChildren
Gets the logical children.
protected override IEnumerator LogicalChildren { get; }
Property Value
ModalCount
Gets the current modal count.
public int ModalCount { get; }
Property Value
- int
The modal count.
Target
Gets or sets the dialog decorator target. This element will be marked as the root element under which inline dialogs can be used.
public UIElement Target { get; set; }
Property Value
VisualChildrenCount
Gets the visual children count.
protected override int VisualChildrenCount { get; }
Property Value
Methods
ArrangeOverride(Size)
Arranges the element.
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
arrangeSize
Size
Returns
GetVisualChild(int)
Gets the visual child at the specified index.
protected override Visual GetVisualChild(int index)
Parameters
index
int
Returns
MeasureOverride(Size)
Measures the element.
protected override Size MeasureOverride(Size constraint)
Parameters
constraint
Size