Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : CellBorderColor Property |
'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("Indicates the border color of the cells in the control.")> <CategoryAttribute("ThumbnailXpress")> Public Property CellBorderColor As Color
'Usage Dim instance As ThumbnailXpress Dim value As Color instance.CellBorderColor = value value = instance.CellBorderColor
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates the border color of the cells in the control.")] [CategoryAttribute("ThumbnailXpress")] public Color CellBorderColor {get; set;}
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates the border color of the cells in the control.")] [CategoryAttribute("ThumbnailXpress")] public: __property Color get_CellBorderColor(); public: __property void set_CellBorderColor( Color value );
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates the border color of the cells in the control.")] [CategoryAttribute("ThumbnailXpress")] public: property Color CellBorderColor { Color get(); void set ( Color value); }