GraphicControl Class Members
The following tables list the members exposed by GraphicControl.
Public Constructors
Name | Description | |
---|---|---|
GraphicControl Constructor | Initializes a new instance of the GraphicControl class. |
Public Fields
Name | Description | |
---|---|---|
EnableContentInteractionProperty | Dependency property for the EnableInteraction, to use in the XAML template. | |
EnableParentNavigationProperty | Dependency property for the EnableParentNavigation, to use in the XAML template. | |
GraphicNameProperty | Dependency property for the GraphicName, to use in the XAML template. | |
IsLoadingProperty | Dependency property for the IsLoading, to use in the XAML template. | |
OwningObjectProperty | Dependency property for the OwningObject, to use in the XAML template. | |
StretchProperty | Makes the the graphic content to stretch. |
Public Properties
Top
Protected Properties
Top
Public Methods
Top
Protected Methods
Top
Extension Methods
Name | Description | |
---|---|---|
FindChildOfType | Overloaded. Find dependency object based on child name | |
ParentOfType<T> | Gets the parent element from the visual tree by given type. |
Public Events
Top
See Also