Changing properties of tags |
Post Reply |
Author | |
BobWansink
Groupie Joined: 24 January 2008 Status: Offline Points: 59 |
Post Options
Thanks(0)
Posted: 06 January 2009 at 7:26am |
Hi everyone,
I've got another question regarding XAML. After having been parsed, I can now use FindName to retrieve the CXTPMarkupObject that I would like to change. I can then set things like Width, Padding or Bordercolor, but is it possible to change things like: Canvas.Left="40" into Canvas.Left="592" e.g. Can I modify properties that aren't part of the Object's own attributes? Thanks in advance! Bob |
|
Product: Xtreme ToolkitPro (MFC) version 13.0.0
Platform: Windows (32bit) - XP - Vista Language: Visual C++ |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
its CXTPMarkupCanvas static method:
CXTPMarkupCanvas::SetLeft(pElement, 592);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |