|  | BillboardName Property | 
            Gets or sets the name of this billboard.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic string Name { get; set; }Public Property Name As String
	Get
	Set
public:
virtual property String^ Name {
	String^ get () sealed;
	void set (String^ value) sealed;
}abstract Name : string with get, set
override Name : string with get, set
Property Value
Type: 
StringThe name of this billboard. The default value 
.
Implements
INamedObjectName See Also
See Also