VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomInfiniteLineAnnotationData Class / FillStyle Property
Синтаксис Требования Смотрите также
В этом разделе
    FillStyle Свойство (DicomInfiniteLineAnnotationData)
    В этом разделе
    Возвращает или задает стиль заливки.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The fill style.")>
    <CategoryAttribute("Dicom")>
    <BrowsableAttribute(False)>
    Public Overrides Property FillStyle As FillStyle
    
    
    [Description("The fill style.")]
    [Category("Dicom")]
    [Browsable(False)]
    public override FillStyle FillStyle { get; set; }
    
    
    [Description("The fill style.")]
    [Category("Dicom")]
    [Browsable(False)]
    public: __property FillStyle* get_FillStyle(); override;
    public: __property void set_FillStyle(
    FillStyle* value
    ); override;
    [Description("The fill style.")]
    [Category("Dicom")]
    [Browsable(False)]
    public:
    property FillStyle^ FillStyle { FillStyle^ get() override;; void set(FillStyle^ value) override;; }

    Property Value

    Всегда возвращает null.
    Требования

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

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