C1LayoutTransformer Class
In This Topic
Object Model
Syntax
'Declaration
<C1ControlAttribute()>
<C1TemplatePartAttribute(Name="TransformRoot", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="TransformRoot", Type=System.Windows.Controls.Grid)>
<DefaultPropertyAttribute("Content")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<ContentPropertyAttribute("Content")>
<RuntimeNamePropertyAttribute("Name")>
<UsableDuringInitializationAttribute(True)>
<XmlLangPropertyAttribute("Language")>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<UidPropertyAttribute("Uid")>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public NotInheritable Class C1LayoutTransformer
Inherits System.Windows.Controls.ContentControl
[C1Control()]
[C1TemplatePart(Name="TransformRoot", Type=System.Windows.Controls.Grid)]
[TemplatePart(Name="TransformRoot", Type=System.Windows.Controls.Grid)]
[DefaultProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Content")]
[RuntimeNameProperty("Name")]
[UsableDuringInitialization(true)]
[XmlLangProperty("Language")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[UidProperty("Uid")]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public sealed class C1LayoutTransformer : System.Windows.Controls.ContentControl
Inheritance Hierarchy
See Also