C# Class workflow.Polygen

按照步骤 1a 或 1b 操作,然后执行步骤 2 以在 XAML 文件中使用此自定义控件。 步骤 1a) 在当前项目中存在的 XAML 文件中使用该自定义控件。 将此 XmlNamespace 特性添加到要使用该特性的标记文件的根 元素中: xmlns:MyNamespace="clr-namespace:workflow" 步骤 1b) 在其他项目中存在的 XAML 文件中使用该自定义控件。 将此 XmlNamespace 特性添加到要使用该特性的标记文件的根 元素中: xmlns:MyNamespace="clr-namespace:workflow;assembly=workflow" 您还需要添加一个从 XAML 文件所在的项目到此项目的项目引用, 并重新生成以避免编译错误: 在解决方案资源管理器中右击目标项目,然后依次单击 “添加引用”->“项目”->[浏览查找并选择此项目] 步骤 2) 继续操作并在 XAML 文件中使用控件。
Inheritance: System.Windows.Controls.Control
Show file Open project: DuBin1988/newsellinggas Class Usage Examples

Public Properties

Property Type Description
EndProperty System.Windows.DependencyProperty
StartProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
ArrangeOverride ( Size arrangeBounds ) : Size

Private Methods

Method Description
Polygen ( ) : System

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size arrangeBounds ) : Size
arrangeBounds System.Windows.Size
return System.Windows.Size

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

EndProperty public static property

public static DependencyProperty,System.Windows EndProperty
return System.Windows.DependencyProperty

StartProperty public static property

public static DependencyProperty,System.Windows StartProperty
return System.Windows.DependencyProperty