'Declaration <CategoryAttribute("Rotation Assistant")> <DescriptionAttribute("The background color of rotation assistant.")> <DefaultValueAttribute(System.Drawing.Color, "100, 80, 200, 80")> Public Property RotationAssistantBackgroundColor As System.Drawing.Color
[Category("Rotation Assistant")] [Description("The background color of rotation assistant.")] [DefaultValue(System.Drawing.Color, "100, 80, 200, 80")] public System.Drawing.Color RotationAssistantBackgroundColor { get; set; }
[Category("Rotation Assistant")] [Description("The background color of rotation assistant.")] [DefaultValue(System.Drawing.Color, "100, 80, 200, 80")] public: __property System.Drawing.Color* get_RotationAssistantBackgroundColor(); public: __property void set_RotationAssistantBackgroundColor(
System.Drawing.Color* value
);
[Category("Rotation Assistant")] [Description("The background color of rotation assistant.")] [DefaultValue(System.Drawing.Color, "100, 80, 200, 80")] public:
property System.Drawing.Color^ RotationAssistantBackgroundColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию: 100, 80, 200, 80.