Table of Contents

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

DependencyProperty

ModalCountProperty

Identifies the ModalCount dependency property.

public static readonly DependencyProperty ModalCountProperty

Field Value

DependencyProperty

TargetProperty

Identifies the Target dependency property.

public static readonly DependencyProperty TargetProperty

Field Value

DependencyProperty

Properties

BlurrerStyle

Gets or sets the blurrer style. The blurrer is a Border.

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

UIElement

LogicalChildren

Gets the logical children.

protected override IEnumerator LogicalChildren { get; }

Property Value

IEnumerator

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

UIElement

VisualChildrenCount

Gets the visual children count.

protected override int VisualChildrenCount { get; }

Property Value

int

Methods

ArrangeOverride(Size)

Arranges the element.

protected override Size ArrangeOverride(Size arrangeSize)

Parameters

arrangeSize Size

Returns

Size

GetVisualChild(int)

Gets the visual child at the specified index.

protected override Visual GetVisualChild(int index)

Parameters

index int

Returns

Visual

MeasureOverride(Size)

Measures the element.

protected override Size MeasureOverride(Size constraint)

Parameters

constraint Size

Returns

Size