[Missing <summary> documentation for "P:Micromanager_net.MMCOMpictureBoard.BackgroundColor"]
Assembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int BackgroundColor { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BackgroundColor As Integer |
Visual C++ |
---|
public: virtual property int BackgroundColor { int get () sealed; void set (int value) sealed; } |