Gets or sets the special symbol.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public GlassButton..::.SpecialSymbols SpecialSymbol { get; set; }
Visual Basic (Declaration)
Public Property SpecialSymbol As GlassButton..::.SpecialSymbols
Visual C++
public:
property GlassButton..::.SpecialSymbols SpecialSymbol {
	GlassButton..::.SpecialSymbols get ();
	void set (GlassButton..::.SpecialSymbols value);
}

Field Value

The special symbol.

See Also