Click or drag to resize
AB4D logo

BaseCameraIsDesignTimeInfoIconShown Property

Gets or sets a Boolean that specifies if Camera info icon is visible in design time. Default value is true.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsDesignTimeInfoIconShown { get; set; }

Property Value

Boolean
Remarks

IsDesignTimeInfoIconShown specifies if Camera info icon is visible in design time. The info icon shows which type of camera is used. With the icon user can click on the icon in designer to select the camera in XAML.

The icon is never visible in run-time.

Setting IsDesignTimeInfoIconShown to false can be useful for custom controls that internally use Ab3d.Camera and where the camera icon would mess the design time rendering of the control.

See Also