eDriven Framework API
IPercentage Interface
NamespaceseDriven.Gui.ComponentsIPercentage
eDriven Framework API
The ability to be sized by the parent container by percentages of container's dimensions
Declaration Syntax
C#Visual BasicVisual C++
public interface IPercentage
Public Interface IPercentage
public interface class IPercentage
Members
All MembersProperties



IconMemberDescription
PercentHeight
The percent height of the component (in pixels)
When set, it resets ExplicitHeight property to null

PercentWidth
The percent width of the component (in pixels)
When set, it resets ExplicitWidth property to null

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)