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



In This Topic
    ForeColor Property
    In This Topic
    Contains the fore colour of DicomLabel depending on the LabelType whether the shape or text colour This is a shortcut for Paint.Color
    Syntax
    'Declaration
     
    
    Public Property ForeColor As SkiaSharp.SKColor
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKColor
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    public SkiaSharp.SKColor ForeColor {get; set;}
    public:
    property SkiaSharp.SKColor ForeColor {
       SkiaSharp.SKColor get();
       void set (    SkiaSharp.SKColor value);
    }
    Remarks
    This is a shortcut for Paint.Color
    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