dbicButton Send comments on this topic.
BorderDown Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : BorderDown Property

Gets or sets the type of border to be placed around the control when it in a down state.

Syntax

Visual Basic (Declaration) 
Public Property BorderDown As enumBorderType
C# 
public enumBorderType BorderDown {get; set;}

Property Value

dbi.enumBorderType

Remarks

This property is only applicable if the FlatStyle Property is set to Standard

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also