'Declaration Public Property UnderlineType As UnderlineType
public UnderlineType UnderlineType { get; set; }
public: __property UnderlineType get_UnderlineType(); public: __property void set_UnderlineType(
UnderlineType value
);
public:
property UnderlineType UnderlineType { UnderlineType get(); void set(UnderlineType value); }
Property Value
Значение по умолчанию - UnderlineType.Wave.