Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of ItemTextColor domain property. Description for Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment.Item Text Color
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<DomainPropertyAttribute(Kind := DomainPropertyKind.CustomStorage)> _
<DomainObjectIdAttribute("93c4558e-8a13-4b74-be3c-c4da29b75b3f")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment/ItemTextColor.Description", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment/ItemTextColor.DisplayName", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
Public Property ItemTextColor As Color
[BrowsableAttribute(false)]
[DomainPropertyAttribute(Kind = DomainPropertyKind.CustomStorage)]
[DomainObjectIdAttribute("93c4558e-8a13-4b74-be3c-c4da29b75b3f")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment/ItemTextColor.Description",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment/ItemTextColor.DisplayName",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public Color ItemTextColor { get; set; }
[BrowsableAttribute(false)]
[DomainPropertyAttribute(Kind = DomainPropertyKind::CustomStorage)]
[DomainObjectIdAttribute(L"93c4558e-8a13-4b74-be3c-c4da29b75b3f")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment/ItemTextColor.Description",
typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment/ItemTextColor.DisplayName",
typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public:
property Color ItemTextColor {
Color get ();
void set (Color value);
}
[<BrowsableAttribute(false)>]
[<DomainPropertyAttribute(Kind = DomainPropertyKind.CustomStorage)>]
[<DomainObjectIdAttribute("93c4558e-8a13-4b74-be3c-c4da29b75b3f")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment/ItemTextColor.Description",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment/ItemTextColor.DisplayName",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
member ItemTextColor : Color with get, set
function get ItemTextColor () : Color
function set ItemTextColor (value : Color)
Property Value
Type: System.Drawing.Color
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.