IDesiredHeightProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that an implementing object provides its height to a container.
public interface class IDesiredHeightProvider
public interface class IDesiredHeightProvider
__interface IDesiredHeightProvider
public interface IDesiredHeightProvider
type IDesiredHeightProvider = interface
Public Interface IDesiredHeightProvider
Properties
DesiredHeight |
The desired height in pixels. |
Events
DesiredHeightChanged |
Raised when the container should requery DesiredHeight. |