VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfRectangularAnnotation Class / InteriorColor Property
Синтаксис Требования Смотрите также
В этом разделе
    InteriorColor Свойство (PdfRectangularAnnotation)
    В этом разделе
    Возвращает или задает цвет RGB, определяющий внутренний цвет для заполнения круга или эллипса.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A RGB color specifying the interior color with which to fill circle or ellipse.")>
    <CategoryAttribute("Appearance")>
    Public Property InteriorColor As System.Drawing.Color
    
    
    [Description("A RGB color specifying the interior color with which to fill circle or ellipse.")]
    [Category("Appearance")]
    public System.Drawing.Color InteriorColor { get; set; }
    
    
    [Description("A RGB color specifying the interior color with which to fill circle or ellipse.")]
    [Category("Appearance")]
    public: __property System.Drawing.Color* get_InteriorColor();
    public: __property void set_InteriorColor(
    System.Drawing.Color* value
    );
    [Description("A RGB color specifying the interior color with which to fill circle or ellipse.")]
    [Category("Appearance")]
    public:
    property System.Drawing.Color^ InteriorColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
    Требования

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

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