Intersoft ClientUI Documentation
Percentage Property



Gets or sets the relative percentage of the content that is currently visible. A percentage of 1 corresponds to the complete TargetSize.
Syntax
<CategoryAttribute("Common Properties")>
Public Property Percentage As Double
Dim instance As ExpandableContentPresenter
Dim value As Double
 
instance.Percentage = value
 
value = instance.Percentage
[CategoryAttribute("Common Properties")]
public double Percentage {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double Percentage {
   double get();
   void set (    double 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

ExpandableContentPresenter Class
ExpandableContentPresenter Members

Send Feedback