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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.