[]
Popup that displays a Child element relatively to PlacementTarget.
public class C1Popup : Popup, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
Name | Description |
---|---|
C1Popup() | Initializes a new instance of the C1Popup class. |
Name | Description |
---|---|
AutoCloseProperty | Identifies the AutoClose dependency property. |
CheckBordersProperty | Identifies the CheckBorders dependency property. |
ChildProperty | Identifies the Child dependency property. |
CloseOnLostFocusProperty | Identifies the CloseOnLostFocus dependency property. |
CloseOnPlacementTargetPositionChangedProperty | Identifies the CloseOnPlacementTargetPositionChanged dependency property. |
CloseOnWindowChangedProperty | Identifies the CloseOnWindowChanged dependency property. |
GetLocationsProperty | Identifies the GetLocations dependency property. |
GetReferencePositionProperty | Identifies the GetReferencePosition dependency property. |
IgnoreFlowDirectionProperty | Identifies the IgnoreFlowDirection dependency property. |
OverlapHorizontalProperty | Identifies the OverlapHorizontal dependency property. |
OverlapVerticalProperty | Identifies the OverlapVertical dependency property. |
PlacementTargetProperty | Identifies the PlacementTarget dependency property. |
Name | Description |
---|---|
AutoClose | Gets or sets whether the popup will close automatically when tapping outside the popup. |
CheckBorders | Gets or sets whether the positioning algorithm will check for the borders of the window. |
Child | Gets or sets the element that will located in the popup. |
CloseOnLostFocus | Gets or sets whether the popup closes automatically when the focus is out of Child or PlacementTarget. |
CloseOnPlacementTargetPositionChanged | Gets or sets whether the popup is closed when the position or size of the PlacementTarget changed. |
CloseOnWindowChanged | Gets or sets whether the popup is closed when the window position or size changed or it is deactivated. |
GetLocations | Gets or sets a function that the positioning algorithm will use to determine the location of Child. |
GetReferencePosition | Gets or sets a reference point that the positioning algorithm will use to determine the location of Child. |
IgnoreFlowDirection | Gets or sets whether the FlowDirection will be taken into account. |
IsDisposed | Gets whether this instance is disposed. |
LogicalChildren | |
OverlapHorizontal | Gets or sets the horizontal overlap of the Child with respect of PlacementTarget. |
OverlapVertical | Gets or sets the vertical overlap of the Child with respect of PlacementTarget. |
PlacementTarget | Gets or sets the element that will determine the position of Child. |
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the C1Popup class. |
OnApplyTemplate() | |
OnClosed(EventArgs) | |
OnMouseDown(MouseButtonEventArgs) | |
OnOpened(EventArgs) |