VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / FillStyle Class / FillMode Property
Syntax Requirements SeeAlso
In This Topic
    FillMode Property (FillStyle)
    In This Topic
    Gets or sets the fill mode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The fill mode.")>
    <CategoryAttribute("Dicom")>
    Public Property FillMode As FillMode
    
    
    [Description("The fill mode.")]
    [Category("Dicom")]
    public FillMode FillMode { get; set; }
    
    
    [Description("The fill mode.")]
    [Category("Dicom")]
    public: __property FillMode get_FillMode();
    public: __property void set_FillMode(
    FillMode value
    );
    [Description("The fill mode.")]
    [Category("Dicom")]
    public:
    property FillMode FillMode { FillMode get(); void set(FillMode value); }

    Property Value

    Default value is FillMode.Solid.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also