PropertyMetadata.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the property which represents the option setting for the DependencyProperty associated to this PropertyMetadata.
public:
property System::Workflow::ComponentModel::DependencyPropertyOptions Options { System::Workflow::ComponentModel::DependencyPropertyOptions get(); void set(System::Workflow::ComponentModel::DependencyPropertyOptions value); };
public System.Workflow.ComponentModel.DependencyPropertyOptions Options { get; set; }
member this.Options : System.Workflow.ComponentModel.DependencyPropertyOptions with get, set
Public Property Options As DependencyPropertyOptions
Property Value
The option setting for the DependencyProperty associated to this PropertyMetadata.
Exceptions
Attempting to set this property when IsSealed is true
.
Remarks
The possible values for this property are:
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.