Skip to content

T_Ekstrand_Windows_Forms_InsideBorderElements

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

InsideBorderElements Class

Properties grouped for rendering group box inside border area.

Inheritance Hierarchy

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

Syntax

C#

[SerializableAttribute]
[TypeConverterAttribute(typeof(InsideBorderElementsConverter))]
public class InsideBorderElements : IInsideBorderElements

VB

<SerializableAttribute>
<TypeConverterAttribute(GetType(InsideBorderElementsConverter))>
Public Class InsideBorderElements
	Implements IInsideBorderElements

C++

[SerializableAttribute]
[TypeConverterAttribute(typeof(InsideBorderElementsConverter))]
public ref class InsideBorderElements : IInsideBorderElements

F#

[<SerializableAttribute>]
[<TypeConverterAttribute(typeof(InsideBorderElementsConverter))>]
type InsideBorderElements =  
    class
        interface IInsideBorderElements
    end

The InsideBorderElements type exposes the following members.

Constructors

 

Name Description
Public method InsideBorderElements Initializes a new instance of the HeaderElements class.
  Back to Top

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 Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnRaisePropertyChanged Raise property change event.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  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