Esempio n. 1
0
 protected virtual void AssertedWidthGreaterThanOrEqualEventHandler(object sender, LayoutComponentActionEventArgs arg)
 {
 }
Esempio n. 2
0
 protected virtual void AssertedWidthLessThanEventHandler(object sender, LayoutComponentActionEventArgs arg)
 {
 }
Esempio n. 3
0
 protected virtual void AssertedHeightGreaterThanEventHandler(object sender, LayoutComponentActionEventArgs arg)
 {
 }
Esempio n. 4
0
 protected virtual void AssertedHeightLessThanOrEqualEventHandler(object sender, LayoutComponentActionEventArgs arg)
 {
 }
Esempio n. 5
0
 protected override void AssertedHeightLessThanOrEqualEventHandler(object sender, LayoutComponentActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} height is <={arg.ActionValue} px.");
Esempio n. 6
0
 protected override void AssertedWidthGreaterThanOrEqualEventHandler(object sender, LayoutComponentActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} width is >={arg.ActionValue} px.");