Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Specialized property attribute for HorizontalTextFormat properties.

Namespace: Visual3D.UI
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class HorizontalTextFormatPropertyAttribute : ControlPropertyAttribute
Public Class HorizontalTextFormatPropertyAttribute _
	Inherits ControlPropertyAttribute

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
HorizontalTextFormatPropertyAttribute(String)
Initializes a new instance of the HorizontalTextFormatPropertyAttribute class
GetValue(Object, PropertyInfo) (Overrides ControlPropertyAttribute..::..GetValue(Object, PropertyInfo).)
Name
Name of the property
(Inherited from ControlPropertyAttribute.)
SetValue(Object, PropertyInfo, String) (Overrides ControlPropertyAttribute..::..SetValue(Object, PropertyInfo, String).)

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Visual3D.UI..::..ControlPropertyAttribute
      Visual3D.UI..::..HorizontalTextFormatPropertyAttribute

See Also