mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-27 18:25:27 +08:00
...
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
<att.DropdownControl>
|
<att.DropdownControl>
|
||||||
<GroupBox Text="Choose a Color:">
|
<GroupBox Text="Choose a Color:">
|
||||||
<SharedSizeRoot AlignmentToParent="left:0 top:0 right:0 bottom:0" MinSizeLimitation="LimitToElementAndChildren">
|
<SharedSizeRoot AlignmentToParent="left:0 top:0 right:0 bottom:0" MinSizeLimitation="LimitToElementAndChildren">
|
||||||
<RepeatFlow AlignmentToParent="left:1 top:1 right:1 bottom:1" MinSizeLimitation="LimitToElementAndChildren">
|
<RepeatFlow RowPadding="2" ColumnPadding="2" AlignmentToParent="left:1 top:1 right:1 bottom:1" MinSizeLimitation="LimitToElementAndChildren">
|
||||||
<att.ItemTemplate>demo::ColorBomboItemTemplate</att.ItemTemplate>
|
<att.ItemTemplate>demo::ColorBomboItemTemplate</att.ItemTemplate>
|
||||||
<att.ItemSource-eval>ViewModel.ColorItems</att.ItemSource-eval>
|
<att.ItemSource-eval>ViewModel.ColorItems</att.ItemSource-eval>
|
||||||
</RepeatFlow>
|
</RepeatFlow>
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
</Cell>
|
</Cell>
|
||||||
|
|
||||||
<Cell Site="row:0 column:2 rowSpan:3">
|
<Cell Site="row:0 column:2 rowSpan:3">
|
||||||
<SolidLabel Text-eval="ViewModel.ItemName" Font-bind="self.Font" Color="#FFFFFF" Ellipse="true" VerticalAlignment="Center"/>
|
<SolidLabel Text-eval="ViewModel.ItemName" Font-bind="self.Font" Color="#FFFFFF" VerticalAlignment="Center"/>
|
||||||
</Cell>
|
</Cell>
|
||||||
</Table>
|
</Table>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -303,9 +303,6 @@ namespace demo
|
|||||||
{
|
{
|
||||||
::vl::__vwsn::This(this->__vwsn_precompile_6.Obj())->SetVerticalAlignment(::vl::presentation::Alignment::Center);
|
::vl::__vwsn::This(this->__vwsn_precompile_6.Obj())->SetVerticalAlignment(::vl::presentation::Alignment::Center);
|
||||||
}
|
}
|
||||||
{
|
|
||||||
::vl::__vwsn::This(this->__vwsn_precompile_6.Obj())->SetEllipse(true);
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
::vl::__vwsn::This(this->__vwsn_precompile_6.Obj())->SetColor(::vl::__vwsn::Parse<::vl::presentation::Color>(::vl::WString::Unmanaged(L"#FFFFFF")));
|
::vl::__vwsn::This(this->__vwsn_precompile_6.Obj())->SetColor(::vl::__vwsn::Parse<::vl::presentation::Color>(::vl::WString::Unmanaged(L"#FFFFFF")));
|
||||||
}
|
}
|
||||||
@@ -453,6 +450,12 @@ Class (::demo::MainWindowConstructor)
|
|||||||
{
|
{
|
||||||
::vl::__vwsn::This(this->__vwsn_precompile_7)->SetItemTemplate(vl::Func(::vl_workflow_global::__vwsnf2_Demo_demo_MainWindowConstructor___vwsn_demo_MainWindow_Initialize_(this)));
|
::vl::__vwsn::This(this->__vwsn_precompile_7)->SetItemTemplate(vl::Func(::vl_workflow_global::__vwsnf2_Demo_demo_MainWindowConstructor___vwsn_demo_MainWindow_Initialize_(this)));
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
::vl::__vwsn::This(this->__vwsn_precompile_7)->SetColumnPadding(static_cast<::vl::vint>(2));
|
||||||
|
}
|
||||||
|
{
|
||||||
|
::vl::__vwsn::This(this->__vwsn_precompile_7)->SetRowPadding(static_cast<::vl::vint>(2));
|
||||||
|
}
|
||||||
{
|
{
|
||||||
::vl::__vwsn::This(this->__vwsn_precompile_7)->SetMinSizeLimitation(::vl::presentation::compositions::GuiGraphicsComposition::MinSizeLimitation::LimitToElementAndChildren);
|
::vl::__vwsn::This(this->__vwsn_precompile_7)->SetMinSizeLimitation(::vl::presentation::compositions::GuiGraphicsComposition::MinSizeLimitation::LimitToElementAndChildren);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user