VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / DropShadowCommand Class / LightDirection Property
Синтаксис Требования Смотрите также
В этом разделе
    LightDirection Свойство (DropShadowCommand)
    В этом разделе
    Возвращает или задает направление источника света.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также