[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Automation.C1RichTextBoxAutomationPeer.SetScrollPercent

SetScrollPercent Method

SetScrollPercent(double, double)

Declaration
public void SetScrollPercent(double horizontalPercent, double verticalPercent)
Public Sub SetScrollPercent(horizontalPercent As Double, verticalPercent As Double)
Parameters
Type Name Description
double horizontalPercent
double verticalPercent
Implements