Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Web.Controls Namespace > WebImagePanViewer Class : RectangleColor Property |
[DefaultValueAttribute()] [DescriptionAttribute("The color used to draw the Pan Rectangle.")] [CategoryAttribute("Appearance")] public Color RectangleColor {get; set;}
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("The color used to draw the Pan Rectangle.")> <CategoryAttribute("Appearance")> Public Property RectangleColor As Color
'Usage Dim instance As WebImagePanViewer Dim value As Color instance.RectangleColor = value value = instance.RectangleColor
[DefaultValueAttribute()] [DescriptionAttribute("The color used to draw the Pan Rectangle.")] [CategoryAttribute("Appearance")] public: property Color RectangleColor { Color get(); void set ( Color value); }