[]
Represents the GrapeCity.Windows.InputMan.Fields.FieldContentPresenter, which provides the container for GrapeCity.Windows.InputMan.Fields.Primitives.Field.
[Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)]
public sealed class FieldContentPresenter : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
<Localizability(LocalizationCategory.None, Readability:=Readability.Unreadable)>
Public NotInheritable Class FieldContentPresenter
Inherits FrameworkElement
Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Name | Description |
---|---|
FieldContentPresenter() |
Name | Description |
---|---|
LogicalChildren | Gets an enumerator that can be used to iterate the logical child elements of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter. |
VisualChildrenCount | Gets a value that is equal to the number of visual child elements of this instance of GrapeCity.Windows.InputMan.Fields.FieldContentPresenter. |
Name | Description |
---|---|
ArrangeOverride(Size) | Arranges the content of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter element. |
GetVisualChild(int) | Gets the child Visual element at the specified index position. |
MeasureOverride(Size) | Measures the child element of a GrapeCity.Windows.InputMan.Fields.FieldContentPresenter to prepare for arranging it during the ArrangeOverride(Size) pass. |