BasePluginCameraPens Property |
A dictionary to assign a color and name to a pen for displaying it in the
camera settings dialog.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic Dictionary<int, (Color? , string )> Pens { get; set; }
Property Value
DictionaryInt32,
ValueTupleNullableColor,
String
See Also