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