'Declaration <DefaultValueAttribute(15)> <DescriptionAttribute("The size of edge. Valid values are 0 and any positive values.")> Public Property EdgeSize As System.Int32
[DefaultValue(15)] [Description("The size of edge. Valid values are 0 and any positive values.")] public System.Int32 EdgeSize { get; set; }
[DefaultValue(15)] [Description("The size of edge. Valid values are 0 and any positive values.")] public: __property System.Int32 get_EdgeSize(); public: __property void set_EdgeSize(
System.Int32 value
);
[DefaultValue(15)] [Description("The size of edge. Valid values are 0 and any positive values.")] public:
property System.Int32 EdgeSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are 0 and any positive values. Default value is 5.