BCGControlBar Library for .NET
ActualSize Property




Syntax
'Declaration
 
Public Property ActualSize As Size
'Usage
 
Dim instance As TextBlock
Dim value As Size
 
instance.ActualSize = value
 
value = instance.ActualSize
public Size ActualSize {get; set;}
public: __property Size get_ActualSize();
public: __property void set_ActualSize( 
   Size value
);
public:
property Size ActualSize {
   Size get();
   void set (    Size value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TextBlock Class
TextBlock Members

Send Feedback