Gets or sets the name of this graphics screen.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.0.0.0 (1.0.0.9509)
Syntax
| C# |
|---|
public string Name { get; set; } |
| Visual Basic |
|---|
Public Property Name As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
} |
Field Value
The name of the graphics screen. The default value is
nullNothingnullptra null reference (Nothing in Visual Basic).
Implements
INamedObject..::..Name
See Also