Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
When a property has this attribute, it's value will be rendered by using it's string value as the parameter to a string.Format method call using the format string specified.

Namespace: Visual3D.Design
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class FormatAttribute : Attribute
Public Class FormatAttribute _
	Inherits Attribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
FormatAttribute(String)
Constructor for FormatAttribute
FormatString
A .NET format string used to display the property value.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Visual3D.Design..::..FormatAttribute

See Also