mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
Grid snaps for ZoomControl, not critical Theme corrections, new demo set
This commit is contained in:
@@ -67,6 +67,15 @@ namespace BrightSharp.Diagrams
|
||||
|
||||
|
||||
|
||||
public double GridSize
|
||||
{
|
||||
get { return (double)GetValue(GridSizeProperty); }
|
||||
set { SetValue(GridSizeProperty, value); }
|
||||
}
|
||||
|
||||
public static readonly DependencyProperty GridSizeProperty =
|
||||
DependencyProperty.Register("GridSize", typeof(double), typeof(ZoomControl), new PropertyMetadata(0.0));
|
||||
|
||||
public double RenderZoom
|
||||
{
|
||||
get { return (double)GetValue(RenderZoomProperty); }
|
||||
|
||||
Reference in New Issue
Block a user