DependencyPropertyValueSource.IsCustomMarkupExtension Property
Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a custom markup extension.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property IsCustomMarkupExtension As Boolean
Get
public bool IsCustomMarkupExtension { get; }
public:
property bool IsCustomMarkupExtension {
bool get ();
}
member IsCustomMarkupExtension : bool
function get IsCustomMarkupExtension () : boolean
Property Value
Type: System.Boolean
true if this object represents a property set to a custom markup extension; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependencyPropertyValueSource Class
Microsoft.Windows.Design.PropertyEditing Namespace