dbicSlide Send comments on this topic.
Font Property
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > ValuePointEventArgs Class : Font Property

Determines the Font used to render ruler text in the display.

Syntax

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

Property Value

Font

Remarks

This property is only valid if the TrackType is set to Ruler and isRulerText is reporting a value of True.

 

Assigning a new value to this property will change the font used to render the text in the ruler track.

Requirements

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

See Also