'Declaration <DefaultValueAttribute(2)> <DescriptionAttribute("Smoothness of the bevel edges. Valid values are from 0 to 256.")> Public Property Smoothness As System.Int32
[DefaultValue(2)] [Description("Smoothness of the bevel edges. Valid values are from 0 to 256.")] public System.Int32 Smoothness { get; set; }
[DefaultValue(2)] [Description("Smoothness of the bevel edges. Valid values are from 0 to 256.")] public: __property System.Int32 get_Smoothness(); public: __property void set_Smoothness(
System.Int32 value
);
[DefaultValue(2)] [Description("Smoothness of the bevel edges. Valid values are from 0 to 256.")] public:
property System.Int32 Smoothness { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are from 0 to 256. Default value is 0.