Skip to content

Radiograph and ProgressRing #315

Answered by pomianowski
rmoergeli asked this question in Q&A
Discussion options

You must be logged in to vote

Radiograph uses Arc to present RAM usage. And ProgressBar for horizontal, dynamic lines.

<wpfui:Card Grid.Column="2" Margin="4,0,0,0">
  <Grid Margin="4">
    <TextBlock
      HorizontalAlignment="Center"
      VerticalAlignment="Center"
      FontSize="20"
      Text="{Binding Path=ViewModel.MemoryLoadPercentage, Mode=OneWay}" />
    <wpfui:Arc
      Width="100"
      Height="100"
      EndAngle="-50"
      StartAngle="230"
      Stroke="{DynamicResource ControlElevationBorderBrush}"
      StrokeThickness="12" />
    <wpfui:Arc
      Width="100"
      Height="100"
      EndAngle="{Binding Path=ViewModel.MemoryLoadAngle, Mode=OneWay}"
      StartAngle="230"
      Stroke="{DynamicResource …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rmoergeli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
controls Changes to the appearance or logic of custom controls. styles Topic is related to styles
2 participants