Properties - YBeyin/.NetPhotoAlbum GitHub Wiki
Component Properties
These properties are for main component.
Design Album
-
AlbumBorder
System.Windows.Forms.BorderStyle
type property. Creates compatible borders for album area. -
AlbumMargin
System.Windows.Forms.Padding
type property. Gives margin to album area. -
AlbumStyle
NetPhotoAlbum.AlbumStyle
type property.Decides to type of album object.
There are 2 type of
AlbumStyle
for now.List
andCatalog
.
Design Catalog Object
- CatalogObjBorder
System.Windows.Forms.BorderStyle
type property. Creates compatible borders for catalog object picture box. - CatalogObjImgBackColor
System.Drawing.Color
type property. Changes back color of picture box of catalog object. - CatalogObjImgHoverColor
System.Drawing.Color
type property. Changes back color of picture box of catalog object when the mouse hover on it. - CatalogObjImgMode
System.Windows.Forms.PictureBoxSizeMode
type property. Changes thePictureBoxSizeMode
of catalog object's picture box. - CatalogObjSize
System.Drawing.Size
type property. Sets the size of catalog object.
Editing...