Assigns (copies) properties from another
RenderObject to the current object. Calls the base
RenderObject.AssignFrom method. If is a
RenderText, also copies
RenderText-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 RenderText
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
- assignDataBinding
- assignChildren
- assignAnchors
- assignHyperlink
- assignName
- assignStyle
参照