XAMLHelper Class |
Namespace: Cauldron.XAML
public static class XAMLHelper
The XAMLHelper type exposes the following members.
Name | Description | |
---|---|---|
InlineNamespaces |
Gets a collection of namespaces that is used by ParseToInline(String).
|
Name | Description | |
---|---|---|
GetIsInDesignMode |
Determines whether the DependencyObject is in design mode or not.
ATTENTION: This is only a wrapper for the DesignerProperties.GetIsInDesignMode(DependencyObject) method (WPF) and the DesignMode.DesignModeEnabled method (UWP).
| |
GetPropertyValueFromPath |
Returns the value of the property described by the path.
| |
GetSourceFromPath |
Returns the source object of the property described by the path.
| |
ParseToInline |
Reads the XAML input in the specified text string and returns a Span wrapping the an object that
corresponds to the root of the specified markup.
Be careful using this feature in UWP release. Behaviours, action and converters does not work most of the time.
|