나는 ActualWidth
또는 ActualHeight
의 작동 방식이나 계산 방법과 다소 혼동을 느낍니다. 나는 위의 코드를 사용하면ActualHeight/ActualWidth
<Ellipse Height="30" Width="30" Name="rightHand" Visibility="Collapsed">
<Ellipse.Fill>
<ImageBrush ImageSource="Images/Hand.png" />
</Ellipse.Fill>
</Ellipse>
, 나는 ActualWidth
및 ActualHeight
30을 얻는다. 하지만 프로그래밍 방식으로 타원을 정의 할 때 ActualWidth
및 ActualHeight
은 0입니다. 최대 (max) 높이 및 (max) width 특성을 정의하더라도 - 0이 될 수있는 방법을 이해하지 못합니까?