Class MarkupExtensionOptionAttribute
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class MarkupExtensionOptionAttribute : Attribute
- Inheritance
-
MarkupExtensionOptionAttribute
- Inherited Members
Constructors
MarkupExtensionOptionAttribute(object)
public MarkupExtensionOptionAttribute(object value)
Parameters
value
object
Properties
Priority
public int Priority { get; set; }
Property Value
Value
public object Value { get; }