Intersoft ClientUI Documentation
FontSize Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewCssStyle Class : FontSize Property






Gets or sets the element font size.

Syntax

Visual Basic (Declaration) 
Public Property FontSize As Nullable(Of Double)
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewCssStyle
Dim value As Nullable(Of Double)
 
instance.FontSize = value
 
value = instance.FontSize
C# 
public Nullable<double> FontSize {get; set;}
Delphi 
public read-write property FontSize: Nullable; 
JScript 
public function get,set FontSize : Nullable
Managed Extensions for C++ 
public: __property Nullable<double> get_FontSize();
public: __property void set_FontSize( 
   Nullable<double> value
);
C++/CLI 
public:
property Nullable<double> FontSize {
   Nullable<double> get();
   void set (    Nullable<double> value);
}

Property Value

The element font size.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.