Assigns (copies) properties from another
RenderObject to the current object. Calls the base
RenderObject.AssignFrom method. If is a
RenderInputBase, also copies
RenderInputBase-specific properties.
シンタックス
'宣言
Public Overloads Overrides Sub AssignFrom( _
ByVal As RenderObject, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
'使用法
Dim instance As RenderInputBase
Dim source As RenderObject
Dim assignDataBinding As System.Boolean
Dim assignChildren As System.Boolean
Dim assignAnchors As System.Boolean
Dim assignHyperlink As System.Boolean
Dim assignName As System.Boolean
Dim assignStyle As System.Boolean
instance.AssignFrom(source, assignDataBinding, assignChildren, assignAnchors, assignHyperlink, assignName, assignStyle)
public override void AssignFrom(
RenderObject ,
System.bool ,
System.bool ,
System.bool ,
System.bool ,
System.bool ,
System.bool
)
パラメータ
- source
- The source object to copy properties from.
- assignDataBinding
- Indicates whether the C1.C1Preview.DataBinding property should be copied.
- assignChildren
- Indicates whether the elements of the RenderObject.Children collection should be copied.
- assignAnchors
- Indicates whether the elements of the RenderObject.Anchors collection should be copied.
- assignHyperlink
- Indicates whether the RenderObject.Hyperlink property should be copied.
- assignName
- Indicates whether the RenderObject.Name property should be copied.
- assignStyle
- Indicates whether the Style property should be copied.
参照