TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pallavi more
1.6k
167
5k
how to add snap grid on canvas in c#
Sep 22 2018 8:10 AM
Border CreateDesignerCanvas(string rungName)
{
Border border = new Border();
border.BorderBrush = Brushes.Black;
border.BorderThickness = new Thickness(.5);
DesignerCanvas designerCanvas = new DesignerCanvas()
{
Focusable = true,
ContextMenu = (ContextMenu)FindResource("DesignerCanvasContextMenu"),
Background = Brushes.Transparent,
Name = rungName,
//Margin = new Thickness(3)
};
border.Child = designerCanvas;
selectedCanvas = designerCanvas;
return border;
}
i create two canvas on oone window .now i want to add snap grid without usinmg xaml
Reply
Answers (
1
)
can i freeze the First top row of datagrid in wpf ?
WPF MVVM CommonServiceLocator v2.0.4