internal override void CellAnchorChanged() { base.CellAnchorChanged(); if (_fill != null) { _fill.SetTopNode(TopNode); } if (_border != null) { _border.TopNode = TopNode; } if (_effect != null) { _effect.TopNode = TopNode; } }
internal override void CellAnchorChanged() { base.CellAnchorChanged(); if (_fill != null) { _fill.SetTopNode(TopNode); } if (_border != null) { _border.TopNode = TopNode; } if (_effect != null) { _effect.TopNode = TopNode; } if (_font != null) { _font.TopNode = TopNode; } if (_threeD != null) { _threeD.TopNode = TopNode; } if (_tailEnd != null) { _tailEnd.TopNode = TopNode; } if (_headEnd != null) { _headEnd.TopNode = TopNode; } if (_richText != null) { _richText.TopNode = TopNode; } if (_textBody != null) { _textBody.TopNode = TopNode; } }