'Declaration <DescriptionAttribute("Orientation of the table.")> <DefaultValueAttribute(Horizontal)> Public Property Orientation As OmrTableOrientation
[Description("Orientation of the table.")] [DefaultValue(Horizontal)] public OmrTableOrientation Orientation { get; set; }
[Description("Orientation of the table.")] [DefaultValue(Horizontal)] public: __property OmrTableOrientation get_Orientation(); public: __property void set_Orientation(
OmrTableOrientation value
);
[Description("Orientation of the table.")] [DefaultValue(Horizontal)] public:
property OmrTableOrientation Orientation { OmrTableOrientation get(); void set(OmrTableOrientation value); }
Property Value
Значение по умолчанию: OmrTableOrientation.Horizontal.