| GraphicsScreenCollectionItem Property (String) |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public GraphicsScreen this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As GraphicsScreen
Get
public:
property GraphicsScreen^ default[String^ name] {
GraphicsScreen^ get (String^ name);
}
member Item : GraphicsScreen with get
Parameters
- name
- Type: SystemString
Property Value
Type:
GraphicsScreen
The graphics screen with the given name, or
if no matching graphics
screen is found.
See Also