Skip to content

T_Ekstrand_Windows_Forms_IInsideBorderElements

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

IInsideBorderElements Interface

Interface properties for rendering group box inside border area.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

public interface IInsideBorderElements

VB

Public Interface IInsideBorderElements

C++

public interface class IInsideBorderElements

F#

type IInsideBorderElements =  interface end

The IInsideBorderElements type exposes the following members.

Properties

 

Name Description
Public property BackColor Gets or sets the inside border area color.
Public property GradientEndColor Gets or sets the gradient end color.
Public property GradientMode Gets or sets the gradient mode.
Public property GradientStartColor Gets or sets the gradient start color.
Public property Image Gets or sets the image inside the border area.
Public property ImageLayout Gets or sets the image layout.
  Back to Top

Methods

 

Name Description
Public method OnRaisePropertyChanged Raise property change event.
  Back to Top

Events

 

Name Description
Public event RaisePropertyChanged Occurs when the value for one of the class property changes.
  Back to Top

See Also

Reference

Ekstrand.Windows.Forms Namespace

Clone this wiki locally