Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : ForeColor Property |
'Declaration <BrowsableAttribute(True)> <CategoryAttribute("ThumbnailXpress")> <DescriptionAttribute("Indicates the control's color of any descriptor text")> Public Overrides Property ForeColor As Color
'Usage Dim instance As ThumbnailXpress Dim value As Color instance.ForeColor = value value = instance.ForeColor
[Browsable(true)] [Category("ThumbnailXpress")] [Description("Indicates the control's color of any descriptor text")] public override Color ForeColor {get; set;}
[Browsable(true)] [Category("ThumbnailXpress")] [Description("Indicates the control's color of any descriptor text")] public: __property Color get_ForeColor() override; public: __property void set_ForeColor( Color value ) override;
This is the color of any descriptor text.