'Declaration <CategoryAttribute("Rotation Point")> <DescriptionAttribute("The distance from an interactive object to the rotation point.")> <DefaultValueAttribute(20)> Public Property RotationPointDistance As Double
[Category("Rotation Point")] [Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] public double RotationPointDistance { get; set; }
[Category("Rotation Point")] [Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] public: __property double get_RotationPointDistance(); public: __property void set_RotationPointDistance(
double value
);
[Category("Rotation Point")] [Description("The distance from an interactive object to the rotation point.")] [DefaultValue(20)] public:
property double RotationPointDistance { double get(); void set(double value); }
Property Value
Default value is 20.