ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / BaseElement Class / FixedHeight Property

In This Topic
    FixedHeight Property (BaseElement)
    In This Topic
    Gets or sets the fixed height of the contents, if appropriate. Set to 0 to calculate height dynamically.
    Syntax
    'Declaration
     
    
    Public Property FixedHeight As Integer
    public int FixedHeight {get; set;}
    See Also