[Category("Dicom")] [Browsable(False)] [Description("A value indicating whether graphic is filled.")] public override bool GraphicFilled { get; set; }
[Category("Dicom")] [Browsable(False)] [Description("A value indicating whether graphic is filled.")] public: __property bool get_GraphicFilled(); override; public: __property void set_GraphicFilled(
bool value
); override;
[Category("Dicom")] [Browsable(False)] [Description("A value indicating whether graphic is filled.")] public:
property bool GraphicFilled { bool get() override;; void set(bool value) override;; }
'Declaration <CategoryAttribute("Dicom")> <BrowsableAttribute(False)> <DescriptionAttribute("A value indicating whether graphic is filled.")> Public Overrides Property GraphicFilled As Boolean
Property Value
Always returns false.