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); }