Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class
Properties Methods


In This Topic
    ElementStyle Class Members
    In This Topic

    The following tables list the members exposed by ElementStyle.

    Public Constructors
     NameDescription
    Public ConstructorCreates an element style (ElementStyle object).  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the horizontal alignment for the style.  
    Public PropertyGets or sets the alignment of the text with respect to the alignment of the picture for the style.  
    Public PropertyGets or sets the vertical alignment for the style.  
    Public PropertyGets or sets the background color for the style.  
    Public PropertyGets or sets the background image for the style.  
    Public PropertyGets or sets the border for the style.  
    Public PropertyGets or sets whether the object can receive focus.  
    Public PropertyGets or sets the focus rectangle drawing style for the object.  
    Public PropertyGets or sets whether the object can receive focus and respond to user actions.  
    Public PropertyGets or sets the font for the style.  
    Public PropertyGets or sets the text color for the style.  
    Public PropertyGets or sets the foreground image for the style.  
    Public PropertyGets or sets the margin between the bottom of the object and its contents.  
    Public PropertyGets or sets the margin between the left edge of the object and its contents.  
    Public PropertyGets or sets the margin between the right edge of the object and its contents.  
    Public PropertyGets or sets the margin between the top of the object and its contents.  
    Public PropertyGets or sets the picture for the style.  
    Public PropertyGets or sets the margin between the text and the picture for the style.  
    Public PropertyGets or sets the orientation of the picture for the style.  
    Public PropertyGets or sets the transparency color for the picture for the style.  
    Public PropertyGets or sets whether the user can interact with the element.  
    Public PropertyGets or sets the name for the created style.  
    Public PropertyGets or sets the contents of the control as a string matching exactly what is displayed.  
    Public PropertyGets or sets the orientation of the text.  
    Public PropertyGets or sets whether to automatically wrap text without line breaks.  
    Public PropertyGets or sets, for the style, whether the element is visible.  
    Top
    Public Methods
     NameDescription
    Public MethodGets whether the AlignHorz property is set.  
    Public MethodGets whether the AlignText property is set.  
    Public MethodGets whether the AlignVert property is set.  
    Public MethodGets whether the BackColor property is set.  
    Public MethodGets whether the BackgroundImage property is set.  
    Public MethodGets whether the Border property is set.  
    Public MethodGets whether the CanFocus property is set.  
    Public MethodGets whether the DrawFocusRectangle property is set.  
    Public MethodGets whether the Enabled property is set.  
    Public MethodGets whether the Font property is set.  
    Public MethodGets whether the ForeColor property is set.  
    Public MethodGets whether the ForegroundImage property is set.  
    Public MethodGets whether the MarginBottom property is set.  
    Public MethodGets whether the MarginLeft property is set.  
    Public MethodGets whether the MarginRight property is set.  
    Public MethodGets whether the MarginTop property is set.  
    Public MethodGets whether the PictureMargin property is set.  
    Public MethodGets whether the PictureOrientation property is set.  
    Public MethodGets whether the Picture property is set.  
    Public MethodGets whether the PictureTransparencyColor property is set.  
    Public MethodGets whether the Selectable property is set.  
    Public MethodGets whether the StyleName property is set.  
    Public MethodGets whether the TextOrientation property is set.  
    Public MethodGets whether the Text property is set.  
    Public MethodGets whether the TextWrap property is set.  
    Public MethodGets whether the Visible property is set.  
    Public MethodResets the element style.  
    Top
    See Also