DependencyProperty propdp 依存関係プロパティを作成します soi Expansion
type プロパティの型 int property プロパティ名 MyProperty ownerclass ClassName() プロパティを登録している所有者の型 ignor this element defaultvalue >PropertyMetadataの既定値 ($type$)GetValue($property$Property); set => SetValue($property$Property, value); } public static readonly DependencyProperty $property$Property = DependencyProperty.Register(nameof($property$), typeof($type$), typeof($ownerclass$), new PropertyMetadata($defaultvalue$default($type$))); #endregion $end$]]>