[Description("A value indicating whether the thumbnail caption is visible.")] [DefaultValue(False)] public bool IsVisible { get; set; }
[Description("A value indicating whether the thumbnail caption is visible.")] [DefaultValue(False)] public: __property bool get_IsVisible(); public: __property void set_IsVisible(
bool value
);
[Description("A value indicating whether the thumbnail caption is visible.")] [DefaultValue(False)] public:
property bool IsVisible { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether the thumbnail caption is visible.")> <DefaultValueAttribute(False)> Public Property IsVisible As Boolean
Property Value
Default value is false.