DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / Paint Property



In This Topic
    Paint Property
    In This Topic
    Information about the style and color that is used to draw the different LabelTypes
    Syntax
    'Declaration
     
    
    Public Property Paint As SkiaSharp.SKPaint
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKPaint
     
    instance.Paint = value
     
    value = instance.Paint
    public SkiaSharp.SKPaint Paint {get; set;}
    public:
    property SkiaSharp.SKPaint^ Paint {
       SkiaSharp.SKPaint^ get();
       void set (    SkiaSharp.SKPaint^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also