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