'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether both caps of the arrow are displayed.")> Public Property BothCaps As Boolean
[DefaultValue(False)] [Description("A value indicating whether both caps of the arrow are displayed.")] public bool BothCaps { get; set; }
[DefaultValue(False)] [Description("A value indicating whether both caps of the arrow are displayed.")] public: __property bool get_BothCaps(); public: __property void set_BothCaps(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether both caps of the arrow are displayed.")] public:
property bool BothCaps { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.