コード例 #1
0
 protected override void AssertedHeightBetweenEventHandler(object sender, LayoutElementTwoValuesActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ElementName} height is {arg.ActionValue}-{arg.SecondActionValue} px.");
コード例 #2
0
 protected virtual void AssertedWidthBetweenEventHandler(object sender, LayoutElementTwoValuesActionEventArgs arg)
 {
 }