Back to Devexpress

ZoomTrackBarControl.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-zoomtrackbarcontrol.md

latest1.7 KB
Original Source

ZoomTrackBarControl.Properties Property

Gets an object which contains properties, methods and events specific to the ZoomTrackBarControl control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemZoomTrackBar Properties { get; }
vb
<DXCategory("Properties")>
<SmartTagSearchNestedProperties>
Public ReadOnly Property Properties As RepositoryItemZoomTrackBar

Property Value

TypeDescription
RepositoryItemZoomTrackBar

A RepositoryItemZoomTrackBar object that contains a ZoomTrackBarControl control’s settings.

|

Remarks

See RepositoryItemZoomTrackBar to learn more.

See Also

ZoomTrackBarControl Class

ZoomTrackBarControl Members

DevExpress.XtraEditors Namespace