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