CameraControl.ShowBorder Property
Gets or sets whether the CameraControl border is displayed. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the CameraControl border is displayed; otherwise, false. |
Remarks
By default, the control’s border is painted according to the currently applied application skin (see the List of DevExpress WPF Themes topic to learn more). You can also paint these borders by using a custom template assigned to the CameraControl.BorderTemplate property.
See Also