'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the appearance generator must smooth points of polyline.")> Public Property UseSmoothing As Boolean
[DefaultValue(True)] [Description("A value indicating whether the appearance generator must smooth points of polyline.")] public bool UseSmoothing { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the appearance generator must smooth points of polyline.")] public: __property bool get_UseSmoothing(); public: __property void set_UseSmoothing(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the appearance generator must smooth points of polyline.")] public:
property bool UseSmoothing { bool get(); void set(bool value); }
Property Value
Default value is true.