Table of Contents

Property IsConstructorArgument

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

IsConstructorArgument

Returns true when this property represents a constructor argument. When true, PropertyDescriptor and DependencyProperty are both null. XAML only uses this for represnting the constructor parameters of MarkupExtension instances.

public virtual bool IsConstructorArgument { get; }

Property Value

bool