PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfPushButton Class
Properties


In This Topic
    PdfPushButton Class Members
    In This Topic

    The following tables list the members exposed by PdfPushButton.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfPushButton class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the collection of actions associated with the current PdfPushButton.  
    Public PropertyGets or sets a value indicating whether the current PdfPushButton is active.  
    Public PropertyGets or sets the background color of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the color of the border around the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the style of the border around the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the width of the border around the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the PdfPushButton.Action invoked when the current button is clicked (corresponds to ButtonStateChange.Released). This property is a shortcut to the first action in the PdfPushButton.ActionCollection.Released collection of the current button's Actions. Note that setting this property clears the PdfPushButton.ActionCollection.Released collection prior to assignment.  
    Public PropertyGets or sets the default text for the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the default value of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the Font of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the foreground (text) color of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the image displayed on the current PdfPushButton.  
    Public PropertyGets or sets a value indicating whether the current PdfFieldBase represents a read-only field. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets a value indicating whether the current PdfFieldBase represents a required field. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the layout of the current PdfPushButton.  
    Public PropertyGets or sets the name of the current PdfFieldBase.

    If the current object is a PdfRadioButton, the same name must be specified for all radio buttons in a group.

    (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the rotation angle of the current PdfFieldBase, in degrees counter-clockwise from the X axis. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the text of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the tooltip associated with the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the value of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Public PropertyGets or sets the visibility of the current PdfFieldBase. (Inherited from C1.Xaml.Pdf.PdfFieldBase)
    Top
    See Also