Connector.ExposesColorAsProperty Property

Definition

Gets or sets the value of ExposesColorAsProperty domain property. If True, then a domain property has been added to the connector to allow the color to be exposed in the properties window of the generated designer.

public:
 property bool ExposesColorAsProperty { bool get(); };
[Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesColorAsProperty.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesColorAsProperty.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesColorAsProperty.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("94ac77d3-7f6a-4cdf-9a79-c1a7fcfaf423")]
[Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.Calculated)]
[System.ComponentModel.ReadOnly(true)]
public bool ExposesColorAsProperty { [System.Diagnostics.DebuggerStepThrough] get; }
[<Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesColorAsProperty.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesColorAsProperty.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.Connector/ExposesColorAsProperty.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("94ac77d3-7f6a-4cdf-9a79-c1a7fcfaf423")>]
[<Microsoft.VisualStudio.Modeling.DomainProperty(Kind=Microsoft.VisualStudio.Modeling.DomainPropertyKind.Calculated)>]
[<System.ComponentModel.ReadOnly(true)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ExposesColorAsProperty : bool
Public ReadOnly Property ExposesColorAsProperty As Boolean

Property Value

Attributes

Applies to