[Description("The text horizontal scaling specifying the percentage of the normal width.")] [DefaultValue(100)] public float HorizontalTextScaling { get; set; }
[Description("The text horizontal scaling specifying the percentage of the normal width.")] [DefaultValue(100)] public: __property float get_HorizontalTextScaling(); public: __property void set_HorizontalTextScaling(
float value
);
[Description("The text horizontal scaling specifying the percentage of the normal width.")] [DefaultValue(100)] public:
property float HorizontalTextScaling { float get(); void set(float value); }
'Declaration <DescriptionAttribute("The text horizontal scaling specifying the percentage of the normal width.")> <DefaultValueAttribute(100)> Public Property HorizontalTextScaling As Single
Property Value
Default value is 100.