'Declaration <DefaultValueAttribute(45)> <DescriptionAttribute("The direction of the light source. Valid values are from 0 to 360.")> Public Property LightDirection As System.Int32
[DefaultValue(45)] [Description("The direction of the light source. Valid values are from 0 to 360.")] public System.Int32 LightDirection { get; set; }
[DefaultValue(45)] [Description("The direction of the light source. Valid values are from 0 to 360.")] public: __property System.Int32 get_LightDirection(); public: __property void set_LightDirection(
System.Int32 value
);
[DefaultValue(45)] [Description("The direction of the light source. Valid values are from 0 to 360.")] public:
property System.Int32 LightDirection { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 0 до 360. Значение по умолчанию: 45.