VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / AnnotationLinearGradientBrush Class / WrapMode Property
Синтаксис Требования Смотрите также
В этом разделе
    WrapMode Свойство (AnnotationLinearGradientBrush)
    В этом разделе
    Возвращает или задает перечисление BrushTileMode, которое указывает режим переноса для этой AnnotationLinearGradientBrush.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The wrap mode for the brush.")>
    <DefaultValueAttribute(Tile)>
    Public Property WrapMode As Vintasoft.Imaging.Drawing.BrushTileMode
    
    
    [Description("The wrap mode for the brush.")]
    [DefaultValue(Tile)]
    public Vintasoft.Imaging.Drawing.BrushTileMode WrapMode { get; set; }
    
    
    [Description("The wrap mode for the brush.")]
    [DefaultValue(Tile)]
    public: __property Vintasoft.Imaging.Drawing.BrushTileMode get_WrapMode();
    public: __property void set_WrapMode(
    Vintasoft.Imaging.Drawing.BrushTileMode value
    );
    Требования

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

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