Leadtools.Web.Controls Namespace > WebImagePanViewer Class : ForeColor Property |
[BrowsableAttribute(false)] public override Color ForeColor {get; set;}
'Declaration <BrowsableAttribute(False)> Public Overrides Property ForeColor As Color
'Usage Dim instance As WebImagePanViewer Dim value As Color instance.ForeColor = value value = instance.ForeColor
[BrowsableAttribute(false)] public: property Color ForeColor { Color get() override; void set ( Color value) override; }