C# Class SIL.FieldWorks.SharpViews.RootBox.LazyExpandedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Свойство Type Description
DeltaHeight int
EstimatedBottom int
EstimatedTop int

Property Details

DeltaHeight public_oe property

The amount the root box got larger (if positive) or smaller (if negative).
public int DeltaHeight
Résultat int

EstimatedBottom public_oe property

The bottom of the part of the lazy box that got expanded, relative to the top of the RootBox.
public int EstimatedBottom
Résultat int

EstimatedTop public_oe property

The top of the part of the lazy box that got expanded, relative to the top of the RootBox.
public int EstimatedTop
Résultat int