All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dlsc.gemsfx.arc-progress-indicator.css Maven / Gradle / Ivy

There is a newer version: 2.67.0
Show newest version
.arc-progress-indicator {
}

.arc-progress-indicator .track-circle {
    -fx-stroke-width: 3px;
    -fx-stroke: -fx-box-border;
    -fx-fill: transparent;
}

.arc-progress-indicator .progress-arc {
    -fx-stroke-width: 3px;
    -fx-stroke: -fx-accent;
    -fx-fill: transparent;
}

.arc-progress-indicator .progress-label {
    -fx-text-alignment: center;
    -fx-alignment: center;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy