VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfCheckBoxFieldAppearanceGenerator Class / RolloverMarkerColor Property
Syntax Requirements SeeAlso
In This Topic
    RolloverMarkerColor Property (PdfCheckBoxFieldAppearanceGenerator)
    In This Topic
    Gets or sets the check marker color in 'Rollover' state.
    Syntax
    'Declaration
    
    <CategoryAttribute("Rollover Appearance")>
    <DescriptionAttribute("The check marker color in 'Rollover' state.")>
    Public Property RolloverMarkerColor As System.Drawing.Color
    
    
    [Category("Rollover Appearance")]
    [Description("The check marker color in 'Rollover' state.")]
    public System.Drawing.Color RolloverMarkerColor { get; set; }
    
    
    [Category("Rollover Appearance")]
    [Description("The check marker color in 'Rollover' state.")]
    public: __property System.Drawing.Color* get_RolloverMarkerColor();
    public: __property void set_RolloverMarkerColor(
    System.Drawing.Color* value
    );
    [Category("Rollover Appearance")]
    [Description("The check marker color in 'Rollover' state.")]
    public:
    property System.Drawing.Color^ RolloverMarkerColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
    Requirements

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

    See Also