VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing Namespace / ProcessPathCommand Class / PathTransparency Property
Синтаксис Требования Смотрите также
В этом разделе
    PathTransparency Свойство (ProcessPathCommand)
    В этом разделе
    Возвращает или задает прозрачность пути, используемого в этой команде.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(1)>
    <DescriptionAttribute("The transparecty of path that is used in this command.")>
    Public Property PathTransparency As Single
    
    
    [DefaultValue(1)]
    [Description("The transparecty of path that is used in this command.")]
    public float PathTransparency { get; set; }
    
    
    [DefaultValue(1)]
    [Description("The transparecty of path that is used in this command.")]
    public: __property float get_PathTransparency();
    public: __property void set_PathTransparency(
    float value
    );
    [DefaultValue(1)]
    [Description("The transparecty of path that is used in this command.")]
    public:
    property float PathTransparency { float get(); void set(float value); }

    Property Value

    Значение по умолчанию - 1.
    Требования

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

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